home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gawk-2.15.6-bin.lha / info / gawk.info (.txt) next >
GNU Info File  |  1996-10-12  |  6KB  |  353 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.    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: 1073
  22. gawk.info-2: 48269
  23. gawk.info-3: 98098
  24. gawk.info-4: 146769
  25. gawk.info-5: 195892
  26. gawk.info-6: 243615
  27. gawk.info-7: 291478
  28. gawk.info-8: 340856
  29. gawk.info-9: 380689
  30. Tag Table:
  31. (Indirect)
  32. Node: Top
  33. Node: Preface
  34. Node: History
  35. Node: Copying
  36. Node: This Manual
  37. 27072
  38. Node: Sample Data Files
  39. 28916
  40. Node: Getting Started
  41. 31708
  42. Node: Very Simple
  43. 33419
  44. Node: Two Rules
  45. 35387
  46. Node: More Complex
  47. 37471
  48. Node: Running gawk
  49. 40457
  50. Node: One-shot
  51. 41406
  52. Node: Read Terminal
  53. 42542
  54. Node: Long
  55. 43601
  56. Node: Executable Scripts
  57. 44943
  58. Node: Comments
  59. 47166
  60. Node: Statements/Lines
  61. 48269
  62. Node: When
  63. 51160
  64. Node: Reading Files
  65. 53075
  66. Node: Records
  67. 54802
  68. Node: Fields
  69. 58036
  70. Node: Non-Constant Fields
  71. 60649
  72. Node: Changing Fields
  73. 62473
  74. Node: Field Separators
  75. 65846
  76. Node: Constant Size
  77. 75482
  78. Node: Multiple Line
  79. 79030
  80. Node: Getline
  81. 81426
  82. Node: Close Input
  83. 91170
  84. Node: Printing
  85. 92626
  86. Node: Print
  87. 93625
  88. Node: Print Examples
  89. 95759
  90. Node: Output Separators
  91. 98098
  92. Node: OFMT
  93. 99836
  94. Node: Printf
  95. 100980
  96. Node: Basic Printf
  97. 101884
  98. Node: Control Letters
  99. 103309
  100. Node: Format Modifiers
  101. 105123
  102. Node: Printf Examples
  103. 107628
  104. Node: Redirection
  105. 110310
  106. Node: File/Pipe Redirection
  107. 111046
  108. Node: Close Output
  109. 114519
  110. Node: Special Files
  111. 117023
  112. Node: One-liners
  113. 121957
  114. Node: Patterns
  115. 124679
  116. Node: Kinds of Patterns
  117. 125657
  118. Node: Regexp
  119. 126662
  120. Node: Regexp Usage
  121. 127606
  122. Node: Regexp Operators
  123. 129635
  124. Node: Case-sensitivity
  125. 135113
  126. Node: Comparison Patterns
  127. 137423
  128. Node: Boolean Patterns
  129. 139584
  130. Node: Expression Patterns
  131. 141094
  132. Node: Ranges
  133. 142534
  134. Node: BEGIN/END
  135. 143944
  136. Node: Empty
  137. 146498
  138. Node: Actions
  139. 146769
  140. Node: Expressions
  141. 149149
  142. Node: Constants
  143. 151170
  144. Node: Variables
  145. 156735
  146. Node: Assignment Options
  147. 158344
  148. Node: Arithmetic Ops
  149. 160028
  150. Node: Concatenation
  151. 161694
  152. Node: Comparison Ops
  153. 163042
  154. Node: Boolean Ops
  155. 167467
  156. Node: Assignment Ops
  157. 169930
  158. Node: Increment Ops
  159. 174004
  160. Node: Conversion
  161. 176500
  162. Node: Values
  163. 179575
  164. Node: Conditional Exp
  165. 182158
  166. Node: Function Calls
  167. 183486
  168. Node: Precedence
  169. 186250
  170. Node: Statements
  171. 189633
  172. Node: If Statement
  173. 191316
  174. Node: While Statement
  175. 192844
  176. Node: Do Statement
  177. 194807
  178. Node: For Statement
  179. 195892
  180. Node: Break Statement
  181. 199084
  182. Node: Continue Statement
  183. 200693
  184. Node: Next Statement
  185. 203316
  186. Node: Next File Statement
  187. 205260
  188. Node: Exit Statement
  189. 208306
  190. Node: Arrays
  191. 209921
  192. Node: Array Intro
  193. 211123
  194. Node: Reference to Elements
  195. 214626
  196. Node: Assigning Elements
  197. 216569
  198. Node: Array Example
  199. 217071
  200. Node: Scanning an Array
  201. 218802
  202. Node: Delete
  203. 221102
  204. Node: Numeric Array Subscripts
  205. 222082
  206. Node: Multi-dimensional
  207. 223962
  208. Node: Multi-scanning
  209. 227190
  210. Node: Built-in
  211. 228812
  212. Node: Calling Built-in
  213. 229769
  214. Node: Numeric Functions
  215. 231033
  216. Node: String Functions
  217. 234380
  218. Node: I/O Functions
  219. 243615
  220. Node: Time Functions
  221. 246239
  222. Node: User-defined
  223. 254323
  224. Node: Definition Syntax
  225. 255041
  226. Node: Function Example
  227. 259033
  228. Node: Function Caveats
  229. 260108
  230. Node: Return Statement
  231. 263151
  232. Node: Built-in Variables
  233. 265534
  234. Node: User-modified
  235. 266570
  236. Node: Auto-set
  237. 270847
  238. Node: Command Line
  239. 276586
  240. Node: Options
  241. 277511
  242. Node: Other Arguments
  243. 284585
  244. Node: AWKPATH Variable
  245. 286951
  246. Node: Obsolete
  247. 289089
  248. Node: Undocumented
  249. 290349
  250. Node: Language History
  251. 290537
  252. Node: V7/S5R3.1
  253. 291478
  254. Node: S5R4
  255. 294182
  256. Node: POSIX
  257. 295719
  258. Node: POSIX/GNU
  259. 296437
  260. Node: Installation
  261. 298068
  262. Node: Gawk Distribution
  263. 298934
  264. Node: Extracting
  265. 299387
  266. Node: Distribution contents
  267. 300982
  268. Node: Unix Installation
  269. 303786
  270. Node: Quick Installation
  271. 304477
  272. Node: Configuration Philosophy
  273. 305646
  274. Node: New Configurations
  275. 307972
  276. Node: VMS Installation
  277. 310074
  278. Node: VMS Compilation
  279. 310633
  280. Node: VMS Installation Details
  281. 312248
  282. Node: VMS Running
  283. 313885
  284. Node: VMS POSIX
  285. 315471
  286. Node: MS-DOS Installation
  287. 316859
  288. Node: Atari Installation
  289. 317787
  290. Node: Gawk Summary
  291. 323549
  292. Node: Command Line Summary
  293. 324310
  294. Node: Language Summary
  295. 326743
  296. Node: Variables/Fields
  297. 328828
  298. Node: Fields Summary
  299. 329554
  300. Node: Built-in Summary
  301. 331021
  302. Node: Arrays Summary
  303. 334226
  304. Node: Data Type Summary
  305. 335501
  306. Node: Rules Summary
  307. 336974
  308. Node: Pattern Summary
  309. 338623
  310. Node: Regexp Summary
  311. 340856
  312. Node: Actions Summary
  313. 342076
  314. Node: Operator Summary
  315. 342991
  316. Node: Control Flow Summary
  317. 344352
  318. Node: I/O Summary
  319. 344958
  320. Node: Printf Summary
  321. 346837
  322. Node: Special File Summary
  323. 348663
  324. Node: Numeric Functions Summary
  325. 350721
  326. Node: String Functions Summary
  327. 351557
  328. Node: Time Functions Summary
  329. 353389
  330. Node: String Constants Summary
  331. 354153
  332. Node: Functions Summary
  333. 355536
  334. Node: Historical Features
  335. 356595
  336. Node: Sample Program
  337. 357452
  338. Node: Bugs
  339. 361706
  340. Node: Notes
  341. 364554
  342. Node: Compatibility Mode
  343. 365083
  344. Node: Future Extensions
  345. 365916
  346. Node: Improvements
  347. 368213
  348. Node: Glossary
  349. 370248
  350. Node: Index
  351. 380689
  352. End Tag Table
  353.