home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / info / gawk.info (.txt) < prev    next >
GNU Info File  |  1994-12-22  |  6KB  |  353 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.    This file documents `awk', a program that you can use to select
  4. particular records in a file and perform operations upon them.
  5.    This is Edition 0.15 of `The GAWK Manual',
  6. for the 2.15 version of the GNU implementation
  7. of AWK.
  8.    Copyright (C) 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
  9.    Permission is granted to make and distribute verbatim copies of this
  10. manual provided the copyright notice and this permission notice are
  11. preserved on all copies.
  12.    Permission is granted to copy and distribute modified versions of
  13. this manual under the conditions for verbatim copying, provided that
  14. the entire resulting derived work is distributed under the terms of a
  15. permission notice identical to this one.
  16.    Permission is granted to copy and distribute translations of this
  17. manual into another language, under the above conditions for modified
  18. versions, except that this permission notice may be stated in a
  19. translation approved by the Foundation.
  20. Indirect:
  21. gawk.info-1: 1079
  22. gawk.info-2: 48275
  23. gawk.info-3: 98104
  24. gawk.info-4: 146775
  25. gawk.info-5: 195898
  26. gawk.info-6: 243621
  27. gawk.info-7: 291484
  28. gawk.info-8: 340862
  29. gawk.info-9: 380695
  30. Tag Table:
  31. (Indirect)
  32. Node: Top
  33. Node: Preface
  34. Node: History
  35. Node: Copying
  36. Node: This Manual
  37. 27078
  38. Node: Sample Data Files
  39. 28922
  40. Node: Getting Started
  41. 31714
  42. Node: Very Simple
  43. 33425
  44. Node: Two Rules
  45. 35393
  46. Node: More Complex
  47. 37477
  48. Node: Running gawk
  49. 40463
  50. Node: One-shot
  51. 41412
  52. Node: Read Terminal
  53. 42548
  54. Node: Long
  55. 43607
  56. Node: Executable Scripts
  57. 44949
  58. Node: Comments
  59. 47172
  60. Node: Statements/Lines
  61. 48275
  62. Node: When
  63. 51166
  64. Node: Reading Files
  65. 53081
  66. Node: Records
  67. 54808
  68. Node: Fields
  69. 58042
  70. Node: Non-Constant Fields
  71. 60655
  72. Node: Changing Fields
  73. 62479
  74. Node: Field Separators
  75. 65852
  76. Node: Constant Size
  77. 75488
  78. Node: Multiple Line
  79. 79036
  80. Node: Getline
  81. 81432
  82. Node: Close Input
  83. 91176
  84. Node: Printing
  85. 92632
  86. Node: Print
  87. 93631
  88. Node: Print Examples
  89. 95765
  90. Node: Output Separators
  91. 98104
  92. Node: OFMT
  93. 99842
  94. Node: Printf
  95. 100986
  96. Node: Basic Printf
  97. 101890
  98. Node: Control Letters
  99. 103315
  100. Node: Format Modifiers
  101. 105129
  102. Node: Printf Examples
  103. 107634
  104. Node: Redirection
  105. 110316
  106. Node: File/Pipe Redirection
  107. 111052
  108. Node: Close Output
  109. 114525
  110. Node: Special Files
  111. 117029
  112. Node: One-liners
  113. 121963
  114. Node: Patterns
  115. 124685
  116. Node: Kinds of Patterns
  117. 125663
  118. Node: Regexp
  119. 126668
  120. Node: Regexp Usage
  121. 127612
  122. Node: Regexp Operators
  123. 129641
  124. Node: Case-sensitivity
  125. 135119
  126. Node: Comparison Patterns
  127. 137429
  128. Node: Boolean Patterns
  129. 139590
  130. Node: Expression Patterns
  131. 141100
  132. Node: Ranges
  133. 142540
  134. Node: BEGIN/END
  135. 143950
  136. Node: Empty
  137. 146504
  138. Node: Actions
  139. 146775
  140. Node: Expressions
  141. 149155
  142. Node: Constants
  143. 151176
  144. Node: Variables
  145. 156741
  146. Node: Assignment Options
  147. 158350
  148. Node: Arithmetic Ops
  149. 160034
  150. Node: Concatenation
  151. 161700
  152. Node: Comparison Ops
  153. 163048
  154. Node: Boolean Ops
  155. 167473
  156. Node: Assignment Ops
  157. 169936
  158. Node: Increment Ops
  159. 174010
  160. Node: Conversion
  161. 176506
  162. Node: Values
  163. 179581
  164. Node: Conditional Exp
  165. 182164
  166. Node: Function Calls
  167. 183492
  168. Node: Precedence
  169. 186256
  170. Node: Statements
  171. 189639
  172. Node: If Statement
  173. 191322
  174. Node: While Statement
  175. 192850
  176. Node: Do Statement
  177. 194813
  178. Node: For Statement
  179. 195898
  180. Node: Break Statement
  181. 199090
  182. Node: Continue Statement
  183. 200699
  184. Node: Next Statement
  185. 203322
  186. Node: Next File Statement
  187. 205266
  188. Node: Exit Statement
  189. 208312
  190. Node: Arrays
  191. 209927
  192. Node: Array Intro
  193. 211129
  194. Node: Reference to Elements
  195. 214632
  196. Node: Assigning Elements
  197. 216575
  198. Node: Array Example
  199. 217077
  200. Node: Scanning an Array
  201. 218808
  202. Node: Delete
  203. 221108
  204. Node: Numeric Array Subscripts
  205. 222088
  206. Node: Multi-dimensional
  207. 223968
  208. Node: Multi-scanning
  209. 227196
  210. Node: Built-in
  211. 228818
  212. Node: Calling Built-in
  213. 229775
  214. Node: Numeric Functions
  215. 231039
  216. Node: String Functions
  217. 234386
  218. Node: I/O Functions
  219. 243621
  220. Node: Time Functions
  221. 246245
  222. Node: User-defined
  223. 254329
  224. Node: Definition Syntax
  225. 255047
  226. Node: Function Example
  227. 259039
  228. Node: Function Caveats
  229. 260114
  230. Node: Return Statement
  231. 263157
  232. Node: Built-in Variables
  233. 265540
  234. Node: User-modified
  235. 266576
  236. Node: Auto-set
  237. 270853
  238. Node: Command Line
  239. 276592
  240. Node: Options
  241. 277517
  242. Node: Other Arguments
  243. 284591
  244. Node: AWKPATH Variable
  245. 286957
  246. Node: Obsolete
  247. 289095
  248. Node: Undocumented
  249. 290355
  250. Node: Language History
  251. 290543
  252. Node: V7/S5R3.1
  253. 291484
  254. Node: S5R4
  255. 294188
  256. Node: POSIX
  257. 295725
  258. Node: POSIX/GNU
  259. 296443
  260. Node: Installation
  261. 298074
  262. Node: Gawk Distribution
  263. 298940
  264. Node: Extracting
  265. 299393
  266. Node: Distribution contents
  267. 300988
  268. Node: Unix Installation
  269. 303792
  270. Node: Quick Installation
  271. 304483
  272. Node: Configuration Philosophy
  273. 305652
  274. Node: New Configurations
  275. 307978
  276. Node: VMS Installation
  277. 310080
  278. Node: VMS Compilation
  279. 310639
  280. Node: VMS Installation Details
  281. 312254
  282. Node: VMS Running
  283. 313891
  284. Node: VMS POSIX
  285. 315477
  286. Node: MS-DOS Installation
  287. 316865
  288. Node: Atari Installation
  289. 317793
  290. Node: Gawk Summary
  291. 323555
  292. Node: Command Line Summary
  293. 324316
  294. Node: Language Summary
  295. 326749
  296. Node: Variables/Fields
  297. 328834
  298. Node: Fields Summary
  299. 329560
  300. Node: Built-in Summary
  301. 331027
  302. Node: Arrays Summary
  303. 334232
  304. Node: Data Type Summary
  305. 335507
  306. Node: Rules Summary
  307. 336980
  308. Node: Pattern Summary
  309. 338629
  310. Node: Regexp Summary
  311. 340862
  312. Node: Actions Summary
  313. 342082
  314. Node: Operator Summary
  315. 342997
  316. Node: Control Flow Summary
  317. 344358
  318. Node: I/O Summary
  319. 344964
  320. Node: Printf Summary
  321. 346843
  322. Node: Special File Summary
  323. 348669
  324. Node: Numeric Functions Summary
  325. 350727
  326. Node: String Functions Summary
  327. 351563
  328. Node: Time Functions Summary
  329. 353395
  330. Node: String Constants Summary
  331. 354159
  332. Node: Functions Summary
  333. 355542
  334. Node: Historical Features
  335. 356601
  336. Node: Sample Program
  337. 357458
  338. Node: Bugs
  339. 361712
  340. Node: Notes
  341. 364560
  342. Node: Compatibility Mode
  343. 365089
  344. Node: Future Extensions
  345. 365922
  346. Node: Improvements
  347. 368219
  348. Node: Glossary
  349. 370254
  350. Node: Index
  351. 380695
  352. End Tag Table
  353.