home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / gawk-2.15.4-bin.lha / info / gawk.info (.txt) next >
GNU Info File  |  1994-02-22  |  6KB  |  353 lines

  1. This is Info file gawk.info, produced by Makeinfo-1.55 from the input
  2. file 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: 1052
  22. gawk.info-2: 48248
  23. gawk.info-3: 98077
  24. gawk.info-4: 146748
  25. gawk.info-5: 195871
  26. gawk.info-6: 243594
  27. gawk.info-7: 291457
  28. gawk.info-8: 340835
  29. gawk.info-9: 380668
  30. Tag Table:
  31. (Indirect)
  32. Node: Top
  33. Node: Preface
  34. Node: History
  35. Node: Copying
  36. Node: This Manual
  37. 27051
  38. Node: Sample Data Files
  39. 28895
  40. Node: Getting Started
  41. 31687
  42. Node: Very Simple
  43. 33398
  44. Node: Two Rules
  45. 35366
  46. Node: More Complex
  47. 37450
  48. Node: Running gawk
  49. 40436
  50. Node: One-shot
  51. 41385
  52. Node: Read Terminal
  53. 42521
  54. Node: Long
  55. 43580
  56. Node: Executable Scripts
  57. 44922
  58. Node: Comments
  59. 47145
  60. Node: Statements/Lines
  61. 48248
  62. Node: When
  63. 51139
  64. Node: Reading Files
  65. 53054
  66. Node: Records
  67. 54781
  68. Node: Fields
  69. 58015
  70. Node: Non-Constant Fields
  71. 60628
  72. Node: Changing Fields
  73. 62452
  74. Node: Field Separators
  75. 65825
  76. Node: Constant Size
  77. 75461
  78. Node: Multiple Line
  79. 79009
  80. Node: Getline
  81. 81405
  82. Node: Close Input
  83. 91149
  84. Node: Printing
  85. 92605
  86. Node: Print
  87. 93604
  88. Node: Print Examples
  89. 95738
  90. Node: Output Separators
  91. 98077
  92. Node: OFMT
  93. 99815
  94. Node: Printf
  95. 100959
  96. Node: Basic Printf
  97. 101863
  98. Node: Control Letters
  99. 103288
  100. Node: Format Modifiers
  101. 105102
  102. Node: Printf Examples
  103. 107607
  104. Node: Redirection
  105. 110289
  106. Node: File/Pipe Redirection
  107. 111025
  108. Node: Close Output
  109. 114498
  110. Node: Special Files
  111. 117002
  112. Node: One-liners
  113. 121936
  114. Node: Patterns
  115. 124658
  116. Node: Kinds of Patterns
  117. 125636
  118. Node: Regexp
  119. 126641
  120. Node: Regexp Usage
  121. 127585
  122. Node: Regexp Operators
  123. 129614
  124. Node: Case-sensitivity
  125. 135092
  126. Node: Comparison Patterns
  127. 137402
  128. Node: Boolean Patterns
  129. 139563
  130. Node: Expression Patterns
  131. 141073
  132. Node: Ranges
  133. 142513
  134. Node: BEGIN/END
  135. 143923
  136. Node: Empty
  137. 146477
  138. Node: Actions
  139. 146748
  140. Node: Expressions
  141. 149128
  142. Node: Constants
  143. 151149
  144. Node: Variables
  145. 156714
  146. Node: Assignment Options
  147. 158323
  148. Node: Arithmetic Ops
  149. 160007
  150. Node: Concatenation
  151. 161673
  152. Node: Comparison Ops
  153. 163021
  154. Node: Boolean Ops
  155. 167446
  156. Node: Assignment Ops
  157. 169909
  158. Node: Increment Ops
  159. 173983
  160. Node: Conversion
  161. 176479
  162. Node: Values
  163. 179554
  164. Node: Conditional Exp
  165. 182137
  166. Node: Function Calls
  167. 183465
  168. Node: Precedence
  169. 186229
  170. Node: Statements
  171. 189612
  172. Node: If Statement
  173. 191295
  174. Node: While Statement
  175. 192823
  176. Node: Do Statement
  177. 194786
  178. Node: For Statement
  179. 195871
  180. Node: Break Statement
  181. 199063
  182. Node: Continue Statement
  183. 200672
  184. Node: Next Statement
  185. 203295
  186. Node: Next File Statement
  187. 205239
  188. Node: Exit Statement
  189. 208285
  190. Node: Arrays
  191. 209900
  192. Node: Array Intro
  193. 211102
  194. Node: Reference to Elements
  195. 214605
  196. Node: Assigning Elements
  197. 216548
  198. Node: Array Example
  199. 217050
  200. Node: Scanning an Array
  201. 218781
  202. Node: Delete
  203. 221081
  204. Node: Numeric Array Subscripts
  205. 222061
  206. Node: Multi-dimensional
  207. 223941
  208. Node: Multi-scanning
  209. 227169
  210. Node: Built-in
  211. 228791
  212. Node: Calling Built-in
  213. 229748
  214. Node: Numeric Functions
  215. 231012
  216. Node: String Functions
  217. 234359
  218. Node: I/O Functions
  219. 243594
  220. Node: Time Functions
  221. 246218
  222. Node: User-defined
  223. 254302
  224. Node: Definition Syntax
  225. 255020
  226. Node: Function Example
  227. 259012
  228. Node: Function Caveats
  229. 260087
  230. Node: Return Statement
  231. 263130
  232. Node: Built-in Variables
  233. 265513
  234. Node: User-modified
  235. 266549
  236. Node: Auto-set
  237. 270826
  238. Node: Command Line
  239. 276565
  240. Node: Options
  241. 277490
  242. Node: Other Arguments
  243. 284564
  244. Node: AWKPATH Variable
  245. 286930
  246. Node: Obsolete
  247. 289068
  248. Node: Undocumented
  249. 290328
  250. Node: Language History
  251. 290516
  252. Node: V7/S5R3.1
  253. 291457
  254. Node: S5R4
  255. 294161
  256. Node: POSIX
  257. 295698
  258. Node: POSIX/GNU
  259. 296416
  260. Node: Installation
  261. 298047
  262. Node: Gawk Distribution
  263. 298913
  264. Node: Extracting
  265. 299366
  266. Node: Distribution contents
  267. 300961
  268. Node: Unix Installation
  269. 303765
  270. Node: Quick Installation
  271. 304456
  272. Node: Configuration Philosophy
  273. 305625
  274. Node: New Configurations
  275. 307951
  276. Node: VMS Installation
  277. 310053
  278. Node: VMS Compilation
  279. 310612
  280. Node: VMS Installation Details
  281. 312227
  282. Node: VMS Running
  283. 313864
  284. Node: VMS POSIX
  285. 315450
  286. Node: MS-DOS Installation
  287. 316838
  288. Node: Atari Installation
  289. 317766
  290. Node: Gawk Summary
  291. 323528
  292. Node: Command Line Summary
  293. 324289
  294. Node: Language Summary
  295. 326722
  296. Node: Variables/Fields
  297. 328807
  298. Node: Fields Summary
  299. 329533
  300. Node: Built-in Summary
  301. 331000
  302. Node: Arrays Summary
  303. 334205
  304. Node: Data Type Summary
  305. 335480
  306. Node: Rules Summary
  307. 336953
  308. Node: Pattern Summary
  309. 338602
  310. Node: Regexp Summary
  311. 340835
  312. Node: Actions Summary
  313. 342055
  314. Node: Operator Summary
  315. 342970
  316. Node: Control Flow Summary
  317. 344331
  318. Node: I/O Summary
  319. 344937
  320. Node: Printf Summary
  321. 346816
  322. Node: Special File Summary
  323. 348642
  324. Node: Numeric Functions Summary
  325. 350700
  326. Node: String Functions Summary
  327. 351536
  328. Node: Time Functions Summary
  329. 353368
  330. Node: String Constants Summary
  331. 354132
  332. Node: Functions Summary
  333. 355515
  334. Node: Historical Features
  335. 356574
  336. Node: Sample Program
  337. 357431
  338. Node: Bugs
  339. 361685
  340. Node: Notes
  341. 364533
  342. Node: Compatibility Mode
  343. 365062
  344. Node: Future Extensions
  345. 365895
  346. Node: Improvements
  347. 368192
  348. Node: Glossary
  349. 370227
  350. Node: Index
  351. 380668
  352. End Tag Table
  353.