home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / info / gawk.info < prev    next >
Encoding:
GNU Info File  |  1996-10-12  |  5.5 KB  |  205 lines

  1. This is Info file gawk.info, produced by Makeinfo-1.55 from the input
  2. file /gnu-src/gawk-2.15.6/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: 1073
  30. gawk.info-2: 48269
  31. gawk.info-3: 98098
  32. gawk.info-4: 146769
  33. gawk.info-5: 195892
  34. gawk.info-6: 243615
  35. gawk.info-7: 291478
  36. gawk.info-8: 340856
  37. gawk.info-9: 380689
  38. 
  39. Tag Table:
  40. (Indirect)
  41. Node: Top1073
  42. Node: Preface3984
  43. Node: History5577
  44. Node: Copying7920
  45. Node: This Manual27072
  46. Node: Sample Data Files28916
  47. Node: Getting Started31708
  48. Node: Very Simple33419
  49. Node: Two Rules35387
  50. Node: More Complex37471
  51. Node: Running gawk40457
  52. Node: One-shot41406
  53. Node: Read Terminal42542
  54. Node: Long43601
  55. Node: Executable Scripts44943
  56. Node: Comments47166
  57. Node: Statements/Lines48269
  58. Node: When51160
  59. Node: Reading Files53075
  60. Node: Records54802
  61. Node: Fields58036
  62. Node: Non-Constant Fields60649
  63. Node: Changing Fields62473
  64. Node: Field Separators65846
  65. Node: Constant Size75482
  66. Node: Multiple Line79030
  67. Node: Getline81426
  68. Node: Close Input91170
  69. Node: Printing92626
  70. Node: Print93625
  71. Node: Print Examples95759
  72. Node: Output Separators98098
  73. Node: OFMT99836
  74. Node: Printf100980
  75. Node: Basic Printf101884
  76. Node: Control Letters103309
  77. Node: Format Modifiers105123
  78. Node: Printf Examples107628
  79. Node: Redirection110310
  80. Node: File/Pipe Redirection111046
  81. Node: Close Output114519
  82. Node: Special Files117023
  83. Node: One-liners121957
  84. Node: Patterns124679
  85. Node: Kinds of Patterns125657
  86. Node: Regexp126662
  87. Node: Regexp Usage127606
  88. Node: Regexp Operators129635
  89. Node: Case-sensitivity135113
  90. Node: Comparison Patterns137423
  91. Node: Boolean Patterns139584
  92. Node: Expression Patterns141094
  93. Node: Ranges142534
  94. Node: BEGIN/END143944
  95. Node: Empty146498
  96. Node: Actions146769
  97. Node: Expressions149149
  98. Node: Constants151170
  99. Node: Variables156735
  100. Node: Assignment Options158344
  101. Node: Arithmetic Ops160028
  102. Node: Concatenation161694
  103. Node: Comparison Ops163042
  104. Node: Boolean Ops167467
  105. Node: Assignment Ops169930
  106. Node: Increment Ops174004
  107. Node: Conversion176500
  108. Node: Values179575
  109. Node: Conditional Exp182158
  110. Node: Function Calls183486
  111. Node: Precedence186250
  112. Node: Statements189633
  113. Node: If Statement191316
  114. Node: While Statement192844
  115. Node: Do Statement194807
  116. Node: For Statement195892
  117. Node: Break Statement199084
  118. Node: Continue Statement200693
  119. Node: Next Statement203316
  120. Node: Next File Statement205260
  121. Node: Exit Statement208306
  122. Node: Arrays209921
  123. Node: Array Intro211123
  124. Node: Reference to Elements214626
  125. Node: Assigning Elements216569
  126. Node: Array Example217071
  127. Node: Scanning an Array218802
  128. Node: Delete221102
  129. Node: Numeric Array Subscripts222082
  130. Node: Multi-dimensional223962
  131. Node: Multi-scanning227190
  132. Node: Built-in228812
  133. Node: Calling Built-in229769
  134. Node: Numeric Functions231033
  135. Node: String Functions234380
  136. Node: I/O Functions243615
  137. Node: Time Functions246239
  138. Node: User-defined254323
  139. Node: Definition Syntax255041
  140. Node: Function Example259033
  141. Node: Function Caveats260108
  142. Node: Return Statement263151
  143. Node: Built-in Variables265534
  144. Node: User-modified266570
  145. Node: Auto-set270847
  146. Node: Command Line276586
  147. Node: Options277511
  148. Node: Other Arguments284585
  149. Node: AWKPATH Variable286951
  150. Node: Obsolete289089
  151. Node: Undocumented290349
  152. Node: Language History290537
  153. Node: V7/S5R3.1291478
  154. Node: S5R4294182
  155. Node: POSIX295719
  156. Node: POSIX/GNU296437
  157. Node: Installation298068
  158. Node: Gawk Distribution298934
  159. Node: Extracting299387
  160. Node: Distribution contents300982
  161. Node: Unix Installation303786
  162. Node: Quick Installation304477
  163. Node: Configuration Philosophy305646
  164. Node: New Configurations307972
  165. Node: VMS Installation310074
  166. Node: VMS Compilation310633
  167. Node: VMS Installation Details312248
  168. Node: VMS Running313885
  169. Node: VMS POSIX315471
  170. Node: MS-DOS Installation316859
  171. Node: Atari Installation317787
  172. Node: Gawk Summary323549
  173. Node: Command Line Summary324310
  174. Node: Language Summary326743
  175. Node: Variables/Fields328828
  176. Node: Fields Summary329554
  177. Node: Built-in Summary331021
  178. Node: Arrays Summary334226
  179. Node: Data Type Summary335501
  180. Node: Rules Summary336974
  181. Node: Pattern Summary338623
  182. Node: Regexp Summary340856
  183. Node: Actions Summary342076
  184. Node: Operator Summary342991
  185. Node: Control Flow Summary344352
  186. Node: I/O Summary344958
  187. Node: Printf Summary346837
  188. Node: Special File Summary348663
  189. Node: Numeric Functions Summary350721
  190. Node: String Functions Summary351557
  191. Node: Time Functions Summary353389
  192. Node: String Constants Summary354153
  193. Node: Functions Summary355536
  194. Node: Historical Features356595
  195. Node: Sample Program357452
  196. Node: Bugs361706
  197. Node: Notes364554
  198. Node: Compatibility Mode365083
  199. Node: Future Extensions365916
  200. Node: Improvements368213
  201. Node: Glossary370248
  202. Node: Index380689
  203. 
  204. End Tag Table
  205.