home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 6 / FreshFish_September1994.bin / bbs / gnu / gawk-2.15.5-src.lha / GNU / src / amiga / gawk-2.15.5 / gawk.info < prev    next >
Encoding:
GNU Info File  |  1994-06-13  |  5.6 KB  |  205 lines

  1. This is Info file gawk.info, produced by Makeinfo-1.55 from the input
  2. file /gnu/src/amiga/gawk-2.15.5/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: 1079
  30. gawk.info-2: 48275
  31. gawk.info-3: 98104
  32. gawk.info-4: 146775
  33. gawk.info-5: 195898
  34. gawk.info-6: 243621
  35. gawk.info-7: 291484
  36. gawk.info-8: 340862
  37. gawk.info-9: 380695
  38. 
  39. Tag Table:
  40. (Indirect)
  41. Node: Top1079
  42. Node: Preface3990
  43. Node: History5583
  44. Node: Copying7926
  45. Node: This Manual27078
  46. Node: Sample Data Files28922
  47. Node: Getting Started31714
  48. Node: Very Simple33425
  49. Node: Two Rules35393
  50. Node: More Complex37477
  51. Node: Running gawk40463
  52. Node: One-shot41412
  53. Node: Read Terminal42548
  54. Node: Long43607
  55. Node: Executable Scripts44949
  56. Node: Comments47172
  57. Node: Statements/Lines48275
  58. Node: When51166
  59. Node: Reading Files53081
  60. Node: Records54808
  61. Node: Fields58042
  62. Node: Non-Constant Fields60655
  63. Node: Changing Fields62479
  64. Node: Field Separators65852
  65. Node: Constant Size75488
  66. Node: Multiple Line79036
  67. Node: Getline81432
  68. Node: Close Input91176
  69. Node: Printing92632
  70. Node: Print93631
  71. Node: Print Examples95765
  72. Node: Output Separators98104
  73. Node: OFMT99842
  74. Node: Printf100986
  75. Node: Basic Printf101890
  76. Node: Control Letters103315
  77. Node: Format Modifiers105129
  78. Node: Printf Examples107634
  79. Node: Redirection110316
  80. Node: File/Pipe Redirection111052
  81. Node: Close Output114525
  82. Node: Special Files117029
  83. Node: One-liners121963
  84. Node: Patterns124685
  85. Node: Kinds of Patterns125663
  86. Node: Regexp126668
  87. Node: Regexp Usage127612
  88. Node: Regexp Operators129641
  89. Node: Case-sensitivity135119
  90. Node: Comparison Patterns137429
  91. Node: Boolean Patterns139590
  92. Node: Expression Patterns141100
  93. Node: Ranges142540
  94. Node: BEGIN/END143950
  95. Node: Empty146504
  96. Node: Actions146775
  97. Node: Expressions149155
  98. Node: Constants151176
  99. Node: Variables156741
  100. Node: Assignment Options158350
  101. Node: Arithmetic Ops160034
  102. Node: Concatenation161700
  103. Node: Comparison Ops163048
  104. Node: Boolean Ops167473
  105. Node: Assignment Ops169936
  106. Node: Increment Ops174010
  107. Node: Conversion176506
  108. Node: Values179581
  109. Node: Conditional Exp182164
  110. Node: Function Calls183492
  111. Node: Precedence186256
  112. Node: Statements189639
  113. Node: If Statement191322
  114. Node: While Statement192850
  115. Node: Do Statement194813
  116. Node: For Statement195898
  117. Node: Break Statement199090
  118. Node: Continue Statement200699
  119. Node: Next Statement203322
  120. Node: Next File Statement205266
  121. Node: Exit Statement208312
  122. Node: Arrays209927
  123. Node: Array Intro211129
  124. Node: Reference to Elements214632
  125. Node: Assigning Elements216575
  126. Node: Array Example217077
  127. Node: Scanning an Array218808
  128. Node: Delete221108
  129. Node: Numeric Array Subscripts222088
  130. Node: Multi-dimensional223968
  131. Node: Multi-scanning227196
  132. Node: Built-in228818
  133. Node: Calling Built-in229775
  134. Node: Numeric Functions231039
  135. Node: String Functions234386
  136. Node: I/O Functions243621
  137. Node: Time Functions246245
  138. Node: User-defined254329
  139. Node: Definition Syntax255047
  140. Node: Function Example259039
  141. Node: Function Caveats260114
  142. Node: Return Statement263157
  143. Node: Built-in Variables265540
  144. Node: User-modified266576
  145. Node: Auto-set270853
  146. Node: Command Line276592
  147. Node: Options277517
  148. Node: Other Arguments284591
  149. Node: AWKPATH Variable286957
  150. Node: Obsolete289095
  151. Node: Undocumented290355
  152. Node: Language History290543
  153. Node: V7/S5R3.1291484
  154. Node: S5R4294188
  155. Node: POSIX295725
  156. Node: POSIX/GNU296443
  157. Node: Installation298074
  158. Node: Gawk Distribution298940
  159. Node: Extracting299393
  160. Node: Distribution contents300988
  161. Node: Unix Installation303792
  162. Node: Quick Installation304483
  163. Node: Configuration Philosophy305652
  164. Node: New Configurations307978
  165. Node: VMS Installation310080
  166. Node: VMS Compilation310639
  167. Node: VMS Installation Details312254
  168. Node: VMS Running313891
  169. Node: VMS POSIX315477
  170. Node: MS-DOS Installation316865
  171. Node: Atari Installation317793
  172. Node: Gawk Summary323555
  173. Node: Command Line Summary324316
  174. Node: Language Summary326749
  175. Node: Variables/Fields328834
  176. Node: Fields Summary329560
  177. Node: Built-in Summary331027
  178. Node: Arrays Summary334232
  179. Node: Data Type Summary335507
  180. Node: Rules Summary336980
  181. Node: Pattern Summary338629
  182. Node: Regexp Summary340862
  183. Node: Actions Summary342082
  184. Node: Operator Summary342997
  185. Node: Control Flow Summary344358
  186. Node: I/O Summary344964
  187. Node: Printf Summary346843
  188. Node: Special File Summary348669
  189. Node: Numeric Functions Summary350727
  190. Node: String Functions Summary351563
  191. Node: Time Functions Summary353395
  192. Node: String Constants Summary354159
  193. Node: Functions Summary355542
  194. Node: Historical Features356601
  195. Node: Sample Program357458
  196. Node: Bugs361712
  197. Node: Notes364560
  198. Node: Compatibility Mode365089
  199. Node: Future Extensions365922
  200. Node: Improvements368219
  201. Node: Glossary370254
  202. Node: Index380695
  203. 
  204. End Tag Table
  205.