home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / GCC / GCC258_3.LHA / gcc / info / gawk.info < prev    next >
Encoding:
GNU Info File  |  1993-09-02  |  5.5 KB  |  205 lines

  1. This is Info file gawk.info, produced by Makeinfo-1.54 from the input
  2. file gawk.texi.
  3.  
  4.    This file documents `awk', a program that you can use to select
  5. particular records in a file and perform operations upon them.
  6.  
  7.    This is Edition 0.15 of `The GAWK Manual',
  8. for the 2.15 version of the GNU implementation
  9. of AWK.
  10.  
  11.    Copyright (C) 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
  12.  
  13.    Permission is granted to make and distribute verbatim copies of this
  14. manual provided the copyright notice and this permission notice are
  15. preserved on all copies.
  16.  
  17.    Permission is granted to copy and distribute modified versions of
  18. this manual under the conditions for verbatim copying, provided that
  19. the entire resulting derived work is distributed under the terms of a
  20. permission notice identical to this one.
  21.  
  22.    Permission is granted to copy and distribute translations of this
  23. manual into another language, under the above conditions for modified
  24. versions, except that this permission notice may be stated in a
  25. translation approved by the Foundation.
  26.  
  27. 
  28. Indirect:
  29. gawk.info-1: 1052
  30. gawk.info-2: 48248
  31. gawk.info-3: 98077
  32. gawk.info-4: 146748
  33. gawk.info-5: 195871
  34. gawk.info-6: 243594
  35. gawk.info-7: 291465
  36. gawk.info-8: 340847
  37. gawk.info-9: 380680
  38. 
  39. Tag Table:
  40. (Indirect)
  41. Node: Top1052
  42. Node: Preface3963
  43. Node: History5556
  44. Node: Copying7899
  45. Node: This Manual27051
  46. Node: Sample Data Files28895
  47. Node: Getting Started31687
  48. Node: Very Simple33398
  49. Node: Two Rules35366
  50. Node: More Complex37450
  51. Node: Running gawk40436
  52. Node: One-shot41385
  53. Node: Read Terminal42521
  54. Node: Long43580
  55. Node: Executable Scripts44922
  56. Node: Comments47145
  57. Node: Statements/Lines48248
  58. Node: When51139
  59. Node: Reading Files53054
  60. Node: Records54781
  61. Node: Fields58015
  62. Node: Non-Constant Fields60628
  63. Node: Changing Fields62452
  64. Node: Field Separators65825
  65. Node: Constant Size75461
  66. Node: Multiple Line79009
  67. Node: Getline81405
  68. Node: Close Input91149
  69. Node: Printing92605
  70. Node: Print93604
  71. Node: Print Examples95738
  72. Node: Output Separators98077
  73. Node: OFMT99815
  74. Node: Printf100959
  75. Node: Basic Printf101863
  76. Node: Control Letters103288
  77. Node: Format Modifiers105102
  78. Node: Printf Examples107607
  79. Node: Redirection110289
  80. Node: File/Pipe Redirection111025
  81. Node: Close Output114498
  82. Node: Special Files117002
  83. Node: One-liners121936
  84. Node: Patterns124658
  85. Node: Kinds of Patterns125636
  86. Node: Regexp126641
  87. Node: Regexp Usage127585
  88. Node: Regexp Operators129614
  89. Node: Case-sensitivity135092
  90. Node: Comparison Patterns137402
  91. Node: Boolean Patterns139563
  92. Node: Expression Patterns141073
  93. Node: Ranges142513
  94. Node: BEGIN/END143923
  95. Node: Empty146477
  96. Node: Actions146748
  97. Node: Expressions149128
  98. Node: Constants151149
  99. Node: Variables156714
  100. Node: Assignment Options158323
  101. Node: Arithmetic Ops160007
  102. Node: Concatenation161673
  103. Node: Comparison Ops163021
  104. Node: Boolean Ops167446
  105. Node: Assignment Ops169909
  106. Node: Increment Ops173983
  107. Node: Conversion176479
  108. Node: Values179554
  109. Node: Conditional Exp182137
  110. Node: Function Calls183465
  111. Node: Precedence186229
  112. Node: Statements189612
  113. Node: If Statement191295
  114. Node: While Statement192823
  115. Node: Do Statement194786
  116. Node: For Statement195871
  117. Node: Break Statement199063
  118. Node: Continue Statement200672
  119. Node: Next Statement203295
  120. Node: Next File Statement205239
  121. Node: Exit Statement208285
  122. Node: Arrays209900
  123. Node: Array Intro211102
  124. Node: Reference to Elements214605
  125. Node: Assigning Elements216548
  126. Node: Array Example217050
  127. Node: Scanning an Array218781
  128. Node: Delete221081
  129. Node: Numeric Array Subscripts222061
  130. Node: Multi-dimensional223941
  131. Node: Multi-scanning227169
  132. Node: Built-in228791
  133. Node: Calling Built-in229748
  134. Node: Numeric Functions231012
  135. Node: String Functions234359
  136. Node: I/O Functions243594
  137. Node: Time Functions246218
  138. Node: User-defined254306
  139. Node: Definition Syntax255024
  140. Node: Function Example259016
  141. Node: Function Caveats260091
  142. Node: Return Statement263134
  143. Node: Built-in Variables265517
  144. Node: User-modified266553
  145. Node: Auto-set270830
  146. Node: Command Line276569
  147. Node: Options277494
  148. Node: Other Arguments284568
  149. Node: AWKPATH Variable286934
  150. Node: Obsolete289076
  151. Node: Undocumented290336
  152. Node: Language History290524
  153. Node: V7/S5R3.1291465
  154. Node: S5R4294169
  155. Node: POSIX295706
  156. Node: POSIX/GNU296424
  157. Node: Installation298055
  158. Node: Gawk Distribution298921
  159. Node: Extracting299374
  160. Node: Distribution contents300969
  161. Node: Unix Installation303773
  162. Node: Quick Installation304464
  163. Node: Configuration Philosophy305633
  164. Node: New Configurations307959
  165. Node: VMS Installation310061
  166. Node: VMS Compilation310620
  167. Node: VMS Installation Details312235
  168. Node: VMS Running313872
  169. Node: VMS POSIX315458
  170. Node: MS-DOS Installation316846
  171. Node: Atari Installation317774
  172. Node: Gawk Summary323536
  173. Node: Command Line Summary324297
  174. Node: Language Summary326730
  175. Node: Variables/Fields328819
  176. Node: Fields Summary329545
  177. Node: Built-in Summary331012
  178. Node: Arrays Summary334217
  179. Node: Data Type Summary335492
  180. Node: Rules Summary336965
  181. Node: Pattern Summary338614
  182. Node: Regexp Summary340847
  183. Node: Actions Summary342067
  184. Node: Operator Summary342982
  185. Node: Control Flow Summary344343
  186. Node: I/O Summary344949
  187. Node: Printf Summary346828
  188. Node: Special File Summary348654
  189. Node: Numeric Functions Summary350712
  190. Node: String Functions Summary351548
  191. Node: Time Functions Summary353380
  192. Node: String Constants Summary354144
  193. Node: Functions Summary355527
  194. Node: Historical Features356586
  195. Node: Sample Program357443
  196. Node: Bugs361697
  197. Node: Notes364545
  198. Node: Compatibility Mode365074
  199. Node: Future Extensions365907
  200. Node: Improvements368204
  201. Node: Glossary370239
  202. Node: Index380680
  203. 
  204. End Tag Table
  205.