home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / gawk-3.0 / gawk-3 / gawk-3.0.0 / doc / gawk.cp < prev    next >
Encoding:
Text File  |  1996-01-12  |  41.5 KB  |  792 lines

  1. \entry {acronym}{1}{acronym}
  2. \entry {history of awk}{1}{history of \code {awk}}
  3. \entry {Aho, Alfred}{1}{Aho, Alfred}
  4. \entry {Weinberger, Peter}{1}{Weinberger, Peter}
  5. \entry {Kernighan, Brian}{1}{Kernighan, Brian}
  6. \entry {old awk}{1}{old \code {awk}}
  7. \entry {new awk}{1}{new \code {awk}}
  8. \entry {Free Software Foundation}{1}{Free Software Foundation}
  9. \entry {GNU Project}{2}{GNU Project}
  10. \entry {Linux}{2}{Linux}
  11. \entry {NetBSD}{2}{NetBSD}
  12. \entry {FreeBSD}{2}{FreeBSD}
  13. \entry {Trueman, David}{4}{Trueman, David}
  14. \entry {Deifik, Scott}{4}{Deifik, Scott}
  15. \entry {Hankerson, Darrel}{4}{Hankerson, Darrel}
  16. \entry {Rommel, Kai Uwe}{4}{Rommel, Kai Uwe}
  17. \entry {Rankin, Pat}{4}{Rankin, Pat}
  18. \entry {Jaegermann, Michal}{4}{Jaegermann, Michal}
  19. \entry {Friedl, Jeffrey}{4}{Friedl, Jeffrey}
  20. \entry {Kernighan, Brian}{4}{Kernighan, Brian}
  21. \entry {Hughes, Phil}{4}{Hughes, Phil}
  22. \entry {Robbins, Miriam}{4}{Robbins, Miriam}
  23. \entry {uses of awk}{5}{uses of \code {awk}}
  24. \entry {book, using this}{5}{book, using this}
  25. \entry {using this book}{5}{using this book}
  26. \entry {language, awk}{5}{language, \code {awk}}
  27. \entry {program, awk}{5}{program, \code {awk}}
  28. \entry {d.c., see ``dark corner''}{6}{d.c., see ``dark corner''}
  29. \entry {dark corner}{6}{dark corner}
  30. \entry {input file, sample}{7}{input file, sample}
  31. \entry {sample input file}{7}{sample input file}
  32. \entry {BBS-list file}{7}{\file {BBS-list} file}
  33. \entry {inventory-shipped file}{7}{\file {inventory-shipped} file}
  34. \entry {script, definition of}{9}{script, definition of}
  35. \entry {rule, definition of}{9}{rule, definition of}
  36. \entry {program, definition of}{9}{program, definition of}
  37. \entry {basic function of awk}{9}{basic function of \code {awk}}
  38. \entry {data-driven languages}{9}{data-driven languages}
  39. \entry {procedural languages}{9}{procedural languages}
  40. \entry {language, data-driven}{9}{language, data-driven}
  41. \entry {language, procedural}{9}{language, procedural}
  42. \entry {program, definition of}{9}{program, definition of}
  43. \entry {rule, definition of}{9}{rule, definition of}
  44. \entry {old awk vs. new awk}{9}{old \code {awk} vs. new \code {awk}}
  45. \entry {new awk vs. old awk}{9}{new \code {awk} vs. old \code {awk}}
  46. \entry {command line formats}{10}{command line formats}
  47. \entry {running awk programs}{10}{running \code {awk} programs}
  48. \entry {single quotes, why needed}{10}{single quotes, why needed}
  49. \entry {egrep}{11}{\code {egrep}}
  50. \entry {standard input}{11}{standard input}
  51. \entry {input, standard}{11}{input, standard}
  52. \entry {quoting, shell}{11}{quoting, shell}
  53. \entry {shell quoting}{11}{shell quoting}
  54. \entry {running long programs}{12}{running long programs}
  55. \entry {-f option}{12}{\code {-f} option}
  56. \entry {program file}{12}{program file}
  57. \entry {file, awk program}{12}{file, \code {awk} program}
  58. \entry {quoting, shell}{12}{quoting, shell}
  59. \entry {shell quoting}{12}{shell quoting}
  60. \entry {executable scripts}{12}{executable scripts}
  61. \entry {scripts, executable}{12}{scripts, executable}
  62. \entry {self contained programs}{12}{self contained programs}
  63. \entry {program, self contained}{12}{program, self contained}
  64. \entry {#! (executable scripts)}{12}{\code {#!} (executable scripts)}
  65. \entry {shell scripts}{13}{shell scripts}
  66. \entry {scripts, shell}{13}{scripts, shell}
  67. \entry {# (comment)}{13}{\code {#} (comment)}
  68. \entry {comments}{13}{comments}
  69. \entry {use of comments}{13}{use of comments}
  70. \entry {documenting awk programs}{13}{documenting \code {awk} programs}
  71. \entry {programs, documenting}{13}{programs, documenting}
  72. \entry {action, default}{14}{action, default}
  73. \entry {pattern, default}{14}{pattern, default}
  74. \entry {default action}{14}{default action}
  75. \entry {default pattern}{14}{default pattern}
  76. \entry {empty action}{14}{empty action}
  77. \entry {action, empty}{14}{action, empty}
  78. \entry {how awk works}{14}{how \code {awk} works}
  79. \entry {csh, backslash continuation}{15}{\code {csh}, backslash continuation}
  80. \entry {backslash continuation in csh}{15}{backslash continuation in \code {csh}}
  81. \entry {automatic initialization}{16}{automatic initialization}
  82. \entry {initialization, automatic}{16}{initialization, automatic}
  83. \entry {line break}{16}{line break}
  84. \entry {newline}{16}{newline}
  85. \entry {backslash continuation}{17}{backslash continuation}
  86. \entry {continuation of lines}{17}{continuation of lines}
  87. \entry {line continuation}{17}{line continuation}
  88. \entry {portability issues}{17}{portability issues}
  89. \entry {csh, backslash continuation}{17}{\code {csh}, backslash continuation}
  90. \entry {backslash continuation in csh}{17}{backslash continuation in \code {csh}}
  91. \entry {multiple statements on one line}{18}{multiple statements on one line}
  92. \entry {when to use awk}{18}{when to use \code {awk}}
  93. \entry {applications of awk}{18}{applications of \code {awk}}
  94. \entry {one-liners}{21}{one-liners}
  95. \entry {pattern, regular expressions}{23}{pattern, regular expressions}
  96. \entry {regexp}{23}{regexp}
  97. \entry {regular expression}{23}{regular expression}
  98. \entry {regular expressions as patterns}{23}{regular expressions as patterns}
  99. \entry {regexp matching operators}{23}{regexp matching operators}
  100. \entry {string-matching operators}{23}{string-matching operators}
  101. \entry {operators, string-matching}{23}{operators, string-matching}
  102. \entry {operators, regexp matching}{23}{operators, regexp matching}
  103. \entry {regexp match/non-match operators}{23}{regexp match/non-match operators}
  104. \entry {{\tt\char'176} operator}{23}{\code {{\tt\char'176}} operator}
  105. \entry {!{\tt\char'176} operator}{23}{\code {!{\tt\char'176}} operator}
  106. \entry {regexp constant}{24}{regexp constant}
  107. \entry {escape sequence notation}{24}{escape sequence notation}
  108. \entry {awk language, V.4 version}{25}{\code {awk} language, V.4 version}
  109. \entry {awk language, V.4 version}{25}{\code {awk} language, V.4 version}
  110. \entry {awk language, V.4 version}{25}{\code {awk} language, V.4 version}
  111. \entry {awk language, POSIX version}{25}{\code {awk} language, POSIX version}
  112. \entry {POSIX awk}{25}{POSIX \code {awk}}
  113. \entry {portability issues}{26}{portability issues}
  114. \entry {dark corner}{26}{dark corner}
  115. \entry {metacharacters}{26}{metacharacters}
  116. \entry {regular expression metacharacters}{26}{regular expression metacharacters}
  117. \entry {regexp operators}{26}{regexp operators}
  118. \entry {anchors in regexps}{27}{anchors in regexps}
  119. \entry {regexp, anchors}{27}{regexp, anchors}
  120. \entry {awk language, POSIX version}{27}{\code {awk} language, POSIX version}
  121. \entry {POSIX awk}{27}{POSIX \code {awk}}
  122. \entry {character list}{27}{character list}
  123. \entry {egrep}{28}{\code {egrep}}
  124. \entry {character classes}{28}{character classes}
  125. \entry {awk language, POSIX version}{28}{\code {awk} language, POSIX version}
  126. \entry {POSIX awk}{28}{POSIX \code {awk}}
  127. \entry {collating elements}{29}{collating elements}
  128. \entry {collating symbols}{29}{collating symbols}
  129. \entry {equivalence classes}{29}{equivalence classes}
  130. \entry {complemented character list}{29}{complemented character list}
  131. \entry {character list, complemented}{29}{character list, complemented}
  132. \entry {awk language, POSIX version}{31}{\code {awk} language, POSIX version}
  133. \entry {POSIX awk}{31}{POSIX \code {awk}}
  134. \entry {interval expressions}{31}{interval expressions}
  135. \entry {precedence, regexp operators}{31}{precedence, regexp operators}
  136. \entry {regexp operators, precedence of}{31}{regexp operators, precedence of}
  137. \entry {regexp operators, GNU specific}{31}{regexp operators, GNU specific}
  138. \entry {word, regexp definition of}{31}{word, regexp definition of}
  139. \entry {{\tt\indexbackslash }w regexp operator}{32}{\code {{\tt\indexbackslash }w} regexp operator}
  140. \entry {{\tt\indexbackslash }W regexp operator}{32}{\code {{\tt\indexbackslash }W} regexp operator}
  141. \entry {{\tt\indexbackslash }{\tt\less} regexp operator}{32}{\code {{\tt\indexbackslash }{\tt\less}} regexp operator}
  142. \entry {{\tt\indexbackslash }{\tt\gtr} regexp operator}{32}{\code {{\tt\indexbackslash }{\tt\gtr}} regexp operator}
  143. \entry {{\tt\indexbackslash }y regexp operator}{32}{\code {{\tt\indexbackslash }y} regexp operator}
  144. \entry {word boundaries, matching}{32}{word boundaries, matching}
  145. \entry {{\tt\indexbackslash }B regexp operator}{32}{\code {{\tt\indexbackslash }B} regexp operator}
  146. \entry {buffer matching operators}{32}{buffer matching operators}
  147. \entry {{\tt\indexbackslash }` regexp operator}{32}{\code {{\tt\indexbackslash }`} regexp operator}
  148. \entry {{\tt\indexbackslash }' regexp operator}{32}{\code {{\tt\indexbackslash }'} regexp operator}
  149. \entry {regexp, effect of command line options}{32}{regexp, effect of command line options}
  150. \entry {case sensitivity}{33}{case sensitivity}
  151. \entry {ignoring case}{33}{ignoring case}
  152. \entry {differences between gawk and awk}{33}{differences between \code {gawk} and \code {awk}}
  153. \entry {{\tt\char'176} operator}{33}{\code {{\tt\char'176}} operator}
  154. \entry {!{\tt\char'176} operator}{33}{\code {!{\tt\char'176}} operator}
  155. \entry {IGNORECASE}{33}{\code {IGNORECASE}}
  156. \entry {ISO 8859-1}{34}{ISO 8859-1}
  157. \entry {ISO Latin-1}{34}{ISO Latin-1}
  158. \entry {leftmost longest match}{34}{leftmost longest match}
  159. \entry {matching, leftmost longest}{34}{matching, leftmost longest}
  160. \entry {computed regular expressions}{35}{computed regular expressions}
  161. \entry {regular expressions, computed}{35}{regular expressions, computed}
  162. \entry {dynamic regular expressions}{35}{dynamic regular expressions}
  163. \entry {regexp, dynamic}{35}{regexp, dynamic}
  164. \entry {{\tt\char'176} operator}{35}{\code {{\tt\char'176}} operator}
  165. \entry {!{\tt\char'176} operator}{35}{\code {!{\tt\char'176}} operator}
  166. \entry {regexp constants, difference between slashes and quotes}{35}{regexp constants, difference between slashes and quotes}
  167. \entry {common mistakes}{35}{common mistakes}
  168. \entry {mistakes, common}{35}{mistakes, common}
  169. \entry {errors, common}{35}{errors, common}
  170. \entry {reading files}{37}{reading files}
  171. \entry {input}{37}{input}
  172. \entry {standard input}{37}{standard input}
  173. \entry {FILENAME}{37}{\code {FILENAME}}
  174. \entry {record separator, RS}{37}{record separator, \code {RS}}
  175. \entry {changing the record separator}{37}{changing the record separator}
  176. \entry {record, definition of}{37}{record, definition of}
  177. \entry {RS}{37}{\code {RS}}
  178. \entry {dark corner}{39}{dark corner}
  179. \entry {empty string}{39}{empty string}
  180. \entry {RT}{39}{\code {RT}}
  181. \entry {record terminator, RT}{39}{record terminator, \code {RT}}
  182. \entry {terminator, record}{39}{terminator, record}
  183. \entry {differences between gawk and awk}{39}{differences between \code {gawk} and \code {awk}}
  184. \entry {regular expressions as record separators}{39}{regular expressions as record separators}
  185. \entry {differences between gawk and awk}{40}{differences between \code {gawk} and \code {awk}}
  186. \entry {number of records, NR, FNR}{40}{number of records, \code {NR}, \code {FNR}}
  187. \entry {NR}{40}{\code {NR}}
  188. \entry {FNR}{40}{\code {FNR}}
  189. \entry {examining fields}{40}{examining fields}
  190. \entry {fields}{40}{fields}
  191. \entry {accessing fields}{40}{accessing fields}
  192. \entry {$ (field operator)}{40}{\code {$} (field operator)}
  193. \entry {field operator $}{40}{field operator \code {$}}
  194. \entry {NF}{40}{\code {NF}}
  195. \entry {number of fields, NF}{40}{number of fields, \code {NF}}
  196. \entry {field, changing contents of}{42}{field, changing contents of}
  197. \entry {changing contents of a field}{42}{changing contents of a field}
  198. \entry {assignment to fields}{42}{assignment to fields}
  199. \entry {FS}{44}{\code {FS}}
  200. \entry {fields, separating}{44}{fields, separating}
  201. \entry {field separator, FS}{44}{field separator, \code {FS}}
  202. \entry {common mistakes}{44}{common mistakes}
  203. \entry {mistakes, common}{44}{mistakes, common}
  204. \entry {errors, common}{44}{errors, common}
  205. \entry {field separator, choice of}{45}{field separator, choice of}
  206. \entry {regular expressions as field separators}{45}{regular expressions as field separators}
  207. \entry {null string}{46}{null string}
  208. \entry {empty string}{46}{empty string}
  209. \entry {differences between gawk and awk}{46}{differences between \code {gawk} and \code {awk}}
  210. \entry {single character fields}{46}{single character fields}
  211. \entry {dark corner}{47}{dark corner}
  212. \entry {-F option}{47}{\code {-F} option}
  213. \entry {field separator, on command line}{47}{field separator, on command line}
  214. \entry {command line, setting FS on}{47}{command line, setting \code {FS} on}
  215. \entry {historical features}{47}{historical features}
  216. \entry {awk language, POSIX version}{48}{\code {awk} language, POSIX version}
  217. \entry {POSIX awk}{48}{POSIX \code {awk}}
  218. \entry {dark corner}{48}{dark corner}
  219. \entry {sed utility}{48}{\code {sed} utility}
  220. \entry {stream editor}{48}{stream editor}
  221. \entry {multiple line records}{51}{multiple line records}
  222. \entry {input, multiple line records}{51}{input, multiple line records}
  223. \entry {reading files, multiple line records}{51}{reading files, multiple line records}
  224. \entry {records, multiple line}{51}{records, multiple line}
  225. \entry {leftmost longest match}{51}{leftmost longest match}
  226. \entry {matching, leftmost longest}{51}{matching, leftmost longest}
  227. \entry {dark corner}{51}{dark corner}
  228. \entry {RT}{53}{\code {RT}}
  229. \entry {getline}{53}{\code {getline}}
  230. \entry {input, explicit}{53}{input, explicit}
  231. \entry {explicit input}{53}{explicit input}
  232. \entry {input, getline command}{53}{input, \code {getline} command}
  233. \entry {reading files, getline command}{53}{reading files, \code {getline} command}
  234. \entry {ERRNO}{54}{\code {ERRNO}}
  235. \entry {differences between gawk and awk}{54}{differences between \code {gawk} and \code {awk}}
  236. \entry {getline, return values}{54}{\code {getline}, return values}
  237. \entry {dark corner}{55}{dark corner}
  238. \entry {input redirection}{56}{input redirection}
  239. \entry {redirection of input}{56}{redirection of input}
  240. \entry {input pipeline}{57}{input pipeline}
  241. \entry {pipeline, input}{57}{pipeline, input}
  242. \entry {differences between gawk and awk}{58}{differences between \code {gawk} and \code {awk}}
  243. \entry {limitations}{58}{limitations}
  244. \entry {implementation limits}{58}{implementation limits}
  245. \entry {printing}{61}{printing}
  246. \entry {output}{61}{output}
  247. \entry {print statement}{61}{\code {print} statement}
  248. \entry {common mistakes}{62}{common mistakes}
  249. \entry {mistakes, common}{62}{mistakes, common}
  250. \entry {errors, common}{62}{errors, common}
  251. \entry {line continuation}{63}{line continuation}
  252. \entry {output field separator, OFS}{63}{output field separator, \code {OFS}}
  253. \entry {output record separator, ORS}{63}{output record separator, \code {ORS}}
  254. \entry {OFS}{63}{\code {OFS}}
  255. \entry {ORS}{63}{\code {ORS}}
  256. \entry {OFMT}{64}{\code {OFMT}}
  257. \entry {numeric output format}{64}{numeric output format}
  258. \entry {format, numeric output}{64}{format, numeric output}
  259. \entry {output format specifier, OFMT}{64}{output format specifier, \code {OFMT}}
  260. \entry {dark corner}{64}{dark corner}
  261. \entry {awk language, POSIX version}{64}{\code {awk} language, POSIX version}
  262. \entry {POSIX awk}{64}{POSIX \code {awk}}
  263. \entry {formatted output}{64}{formatted output}
  264. \entry {output, formatted}{64}{output, formatted}
  265. \entry {printf statement, syntax of}{65}{\code {printf} statement, syntax of}
  266. \entry {format string}{65}{format string}
  267. \entry {printf, format-control characters}{65}{\code {printf}, format-control characters}
  268. \entry {format specifier}{65}{format specifier}
  269. \entry {dark corner}{66}{dark corner}
  270. \entry {printf, modifiers}{66}{\code {printf}, modifiers}
  271. \entry {modifiers (in format specifiers)}{66}{modifiers (in format specifiers)}
  272. \entry {dark corner}{67}{dark corner}
  273. \entry {awk language, POSIX version}{68}{\code {awk} language, POSIX version}
  274. \entry {POSIX awk}{68}{POSIX \code {awk}}
  275. \entry {output redirection}{70}{output redirection}
  276. \entry {redirection of output}{70}{redirection of output}
  277. \entry {pipes for output}{71}{pipes for output}
  278. \entry {output, piping}{71}{output, piping}
  279. \entry {differences between gawk and awk}{71}{differences between \code {gawk} and \code {awk}}
  280. \entry {limitations}{71}{limitations}
  281. \entry {implementation limits}{71}{implementation limits}
  282. \entry {standard input}{72}{standard input}
  283. \entry {standard output}{72}{standard output}
  284. \entry {standard error output}{72}{standard error output}
  285. \entry {file descriptors}{72}{file descriptors}
  286. \entry {differences between gawk and awk}{72}{differences between \code {gawk} and \code {awk}}
  287. \entry {/dev/stdin}{72}{\file {/dev/stdin}}
  288. \entry {/dev/stdout}{72}{\file {/dev/stdout}}
  289. \entry {/dev/stderr}{72}{\file {/dev/stderr}}
  290. \entry {/dev/fd}{72}{\file {/dev/fd}}
  291. \entry {process information}{73}{process information}
  292. \entry {/dev/pid}{73}{\file {/dev/pid}}
  293. \entry {/dev/pgrpid}{73}{\file {/dev/pgrpid}}
  294. \entry {/dev/ppid}{73}{\file {/dev/ppid}}
  295. \entry {/dev/user}{73}{\file {/dev/user}}
  296. \entry {closing input files and pipes}{74}{closing input files and pipes}
  297. \entry {closing output files and pipes}{74}{closing output files and pipes}
  298. \entry {close}{74}{\code {close}}
  299. \entry {ERRNO}{75}{\code {ERRNO}}
  300. \entry {differences between gawk and awk}{75}{differences between \code {gawk} and \code {awk}}
  301. \entry {differences between gawk and awk}{75}{differences between \code {gawk} and \code {awk}}
  302. \entry {portability issues}{75}{portability issues}
  303. \entry {expression}{77}{expression}
  304. \entry {constants, types of}{77}{constants, types of}
  305. \entry {string constants}{77}{string constants}
  306. \entry {numeric constant}{77}{numeric constant}
  307. \entry {numeric value}{77}{numeric value}
  308. \entry {differences between gawk and awk}{77}{differences between \code {gawk} and \code {awk}}
  309. \entry {{\tt\char'176} operator}{77}{\code {{\tt\char'176}} operator}
  310. \entry {!{\tt\char'176} operator}{77}{\code {!{\tt\char'176}} operator}
  311. \entry {dark corner}{78}{dark corner}
  312. \entry {differences between gawk and awk}{78}{differences between \code {gawk} and \code {awk}}
  313. \entry {dark corner}{78}{dark corner}
  314. \entry {variables, user-defined}{79}{variables, user-defined}
  315. \entry {user-defined variables}{79}{user-defined variables}
  316. \entry {dark corner}{81}{dark corner}
  317. \entry {conversion of strings and numbers}{81}{conversion of strings and numbers}
  318. \entry {null string}{81}{null string}
  319. \entry {empty string}{81}{empty string}
  320. \entry {type conversion}{81}{type conversion}
  321. \entry {CONVFMT}{81}{\code {CONVFMT}}
  322. \entry {dark corner}{82}{dark corner}
  323. \entry {awk language, POSIX version}{82}{\code {awk} language, POSIX version}
  324. \entry {POSIX awk}{82}{POSIX \code {awk}}
  325. \entry {OFMT}{82}{\code {OFMT}}
  326. \entry {arithmetic operators}{82}{arithmetic operators}
  327. \entry {operators, arithmetic}{82}{operators, arithmetic}
  328. \entry {addition}{82}{addition}
  329. \entry {subtraction}{82}{subtraction}
  330. \entry {multiplication}{82}{multiplication}
  331. \entry {division}{82}{division}
  332. \entry {remainder}{82}{remainder}
  333. \entry {quotient}{82}{quotient}
  334. \entry {exponentiation}{82}{exponentiation}
  335. \entry {awk language, POSIX version}{83}{\code {awk} language, POSIX version}
  336. \entry {POSIX awk}{83}{POSIX \code {awk}}
  337. \entry {differences between gawk and awk}{83}{differences between \code {gawk} and \code {awk}}
  338. \entry {string operators}{83}{string operators}
  339. \entry {operators, string}{83}{operators, string}
  340. \entry {concatenation}{83}{concatenation}
  341. \entry {assignment operators}{84}{assignment operators}
  342. \entry {operators, assignment}{84}{operators, assignment}
  343. \entry {expression, assignment}{84}{expression, assignment}
  344. \entry {side effect}{84}{side effect}
  345. \entry {lvalue}{84}{lvalue}
  346. \entry {rvalue}{84}{rvalue}
  347. \entry {types of variables}{85}{types of variables}
  348. \entry {Rankin, Pat}{86}{Rankin, Pat}
  349. \entry {awk language, POSIX version}{86}{\code {awk} language, POSIX version}
  350. \entry {POSIX awk}{86}{POSIX \code {awk}}
  351. \entry {increment operators}{87}{increment operators}
  352. \entry {operators, increment}{87}{operators, increment}
  353. \entry {decrement operators}{87}{decrement operators}
  354. \entry {operators, decrement}{87}{operators, decrement}
  355. \entry {truth values}{88}{truth values}
  356. \entry {logical true}{88}{logical true}
  357. \entry {logical false}{88}{logical false}
  358. \entry {null string}{88}{null string}
  359. \entry {empty string}{88}{empty string}
  360. \entry {dark corner}{88}{dark corner}
  361. \entry {comparison expressions}{88}{comparison expressions}
  362. \entry {expression, comparison}{88}{expression, comparison}
  363. \entry {expression, matching}{88}{expression, matching}
  364. \entry {relational operators}{88}{relational operators}
  365. \entry {operators, relational}{88}{operators, relational}
  366. \entry {regexp match/non-match operators}{88}{regexp match/non-match operators}
  367. \entry {variable typing}{88}{variable typing}
  368. \entry {types of variables}{88}{types of variables}
  369. \entry {numeric string}{88}{numeric string}
  370. \entry {relational operators}{89}{relational operators}
  371. \entry {operators, relational}{89}{operators, relational}
  372. \entry {{\tt\less} operator}{89}{\code {{\tt\less}} operator}
  373. \entry {{\tt\less}= operator}{89}{\code {{\tt\less}=} operator}
  374. \entry {{\tt\gtr} operator}{89}{\code {{\tt\gtr}} operator}
  375. \entry {{\tt\gtr}= operator}{89}{\code {{\tt\gtr}=} operator}
  376. \entry {== operator}{89}{\code {==} operator}
  377. \entry {!= operator}{89}{\code {!=} operator}
  378. \entry {{\tt\char'176} operator}{89}{\code {{\tt\char'176}} operator}
  379. \entry {!{\tt\char'176} operator}{89}{\code {!{\tt\char'176}} operator}
  380. \entry {in operator}{89}{\code {in} operator}
  381. \entry {common mistakes}{90}{common mistakes}
  382. \entry {mistakes, common}{90}{mistakes, common}
  383. \entry {errors, common}{90}{errors, common}
  384. \entry {comparisons, string vs. regexp}{90}{comparisons, string vs. regexp}
  385. \entry {string comparison vs. regexp comparison}{90}{string comparison vs. regexp comparison}
  386. \entry {regexp comparison vs. string comparison}{90}{regexp comparison vs. string comparison}
  387. \entry {regexp as expression}{91}{regexp as expression}
  388. \entry {expression, boolean}{91}{expression, boolean}
  389. \entry {boolean expressions}{91}{boolean expressions}
  390. \entry {operators, boolean}{91}{operators, boolean}
  391. \entry {boolean operators}{91}{boolean operators}
  392. \entry {logical operations}{91}{logical operations}
  393. \entry {operations, logical}{91}{operations, logical}
  394. \entry {short-circuit operators}{91}{short-circuit operators}
  395. \entry {operators, short-circuit}{91}{operators, short-circuit}
  396. \entry {and operator}{91}{and operator}
  397. \entry {or operator}{91}{or operator}
  398. \entry {not operator}{91}{not operator}
  399. \entry {&& operator}{91}{\code {&&} operator}
  400. \entry {{\tt\char'174}{\tt\char'174} operator}{91}{\code {{\tt\char'174}{\tt\char'174}} operator}
  401. \entry {! operator}{91}{\code {!} operator}
  402. \entry {line continuation}{92}{line continuation}
  403. \entry {conditional expression}{93}{conditional expression}
  404. \entry {expression, conditional}{93}{expression, conditional}
  405. \entry {differences between gawk and awk}{93}{differences between \code {gawk} and \code {awk}}
  406. \entry {line continuation}{93}{line continuation}
  407. \entry {function call}{93}{function call}
  408. \entry {calling a function}{93}{calling a function}
  409. \entry {arguments in function call}{93}{arguments in function call}
  410. \entry {precedence}{94}{precedence}
  411. \entry {operator precedence}{94}{operator precedence}
  412. \entry {awk language, POSIX version}{95}{\code {awk} language, POSIX version}
  413. \entry {POSIX awk}{95}{POSIX \code {awk}}
  414. \entry {awk language, POSIX version}{96}{\code {awk} language, POSIX version}
  415. \entry {POSIX awk}{96}{POSIX \code {awk}}
  416. \entry {pattern, definition of}{97}{pattern, definition of}
  417. \entry {patterns, types of}{97}{patterns, types of}
  418. \entry {range pattern}{99}{range pattern}
  419. \entry {pattern, range}{99}{pattern, range}
  420. \entry {matching ranges of lines}{99}{matching ranges of lines}
  421. \entry {skipping lines between markers}{100}{skipping lines between markers}
  422. \entry {BEGIN special pattern}{100}{\code {BEGIN} special pattern}
  423. \entry {pattern, BEGIN}{100}{pattern, \code {BEGIN}}
  424. \entry {END special pattern}{100}{\code {END} special pattern}
  425. \entry {pattern, END}{100}{pattern, \code {END}}
  426. \entry {dark corner}{101}{dark corner}
  427. \entry {I/O from BEGIN and END}{102}{I/O from \code {BEGIN} and \code {END}}
  428. \entry {differences between gawk and awk}{102}{differences between \code {gawk} and \code {awk}}
  429. \entry {empty pattern}{102}{empty pattern}
  430. \entry {pattern, empty}{102}{pattern, empty}
  431. \entry {action, definition of}{102}{action, definition of}
  432. \entry {curly braces}{102}{curly braces}
  433. \entry {action, curly braces}{102}{action, curly braces}
  434. \entry {action, separating statements}{102}{action, separating statements}
  435. \entry {control statement}{105}{control statement}
  436. \entry {compound statement}{105}{compound statement}
  437. \entry {statement, compound}{105}{statement, compound}
  438. \entry {if-else statement}{105}{\code {if}-\code {else} statement}
  439. \entry {while statement}{106}{\code {while} statement}
  440. \entry {loop}{106}{loop}
  441. \entry {body of a loop}{106}{body of a loop}
  442. \entry {for statement}{107}{\code {for} statement}
  443. \entry {break statement}{109}{\code {break} statement}
  444. \entry {loops, exiting}{109}{loops, exiting}
  445. \entry {break, outside of loops}{109}{\code {break}, outside of loops}
  446. \entry {historical features}{109}{historical features}
  447. \entry {awk language, POSIX version}{109}{\code {awk} language, POSIX version}
  448. \entry {POSIX awk}{109}{POSIX \code {awk}}
  449. \entry {dark corner}{109}{dark corner}
  450. \entry {continue statement}{110}{\code {continue} statement}
  451. \entry {continue, outside of loops}{110}{\code {continue}, outside of loops}
  452. \entry {historical features}{110}{historical features}
  453. \entry {awk language, POSIX version}{110}{\code {awk} language, POSIX version}
  454. \entry {POSIX awk}{110}{POSIX \code {awk}}
  455. \entry {dark corner}{110}{dark corner}
  456. \entry {next statement}{111}{\code {next} statement}
  457. \entry {awk language, POSIX version}{111}{\code {awk} language, POSIX version}
  458. \entry {POSIX awk}{111}{POSIX \code {awk}}
  459. \entry {nextfile statement}{112}{\code {nextfile} statement}
  460. \entry {differences between gawk and awk}{112}{differences between \code {gawk} and \code {awk}}
  461. \entry {next file statement}{112}{\code {next file} statement}
  462. \entry {exit statement}{112}{\code {exit} statement}
  463. \entry {dark corner}{113}{dark corner}
  464. \entry {built-in variables}{115}{built-in variables}
  465. \entry {built-in variables, user modifiable}{115}{built-in variables, user modifiable}
  466. \entry {CONVFMT}{115}{\code {CONVFMT}}
  467. \entry {awk language, POSIX version}{115}{\code {awk} language, POSIX version}
  468. \entry {POSIX awk}{115}{POSIX \code {awk}}
  469. \entry {FIELDWIDTHS}{115}{\code {FIELDWIDTHS}}
  470. \entry {FS}{115}{\code {FS}}
  471. \entry {IGNORECASE}{116}{\code {IGNORECASE}}
  472. \entry {OFMT}{116}{\code {OFMT}}
  473. \entry {OFS}{116}{\code {OFS}}
  474. \entry {ORS}{116}{\code {ORS}}
  475. \entry {RS}{116}{\code {RS}}
  476. \entry {SUBSEP}{116}{\code {SUBSEP}}
  477. \entry {built-in variables, convey information}{117}{built-in variables, convey information}
  478. \entry {ARGC}{117}{\code {ARGC}}
  479. \entry {ARGV}{117}{\code {ARGV}}
  480. \entry {ARGIND}{117}{\code {ARGIND}}
  481. \entry {ENVIRON}{118}{\code {ENVIRON}}
  482. \entry {ERRNO}{118}{\code {ERRNO}}
  483. \entry {dark corner}{118}{dark corner}
  484. \entry {FILENAME}{118}{\code {FILENAME}}
  485. \entry {FNR}{118}{\code {FNR}}
  486. \entry {NF}{118}{\code {NF}}
  487. \entry {NR}{118}{\code {NR}}
  488. \entry {RLENGTH}{119}{\code {RLENGTH}}
  489. \entry {RSTART}{119}{\code {RSTART}}
  490. \entry {RT}{119}{\code {RT}}
  491. \entry {dark corner}{119}{dark corner}
  492. \entry {arrays}{123}{arrays}
  493. \entry {arrays, definition of}{123}{arrays, definition of}
  494. \entry {associative arrays}{123}{associative arrays}
  495. \entry {arrays, associative}{123}{arrays, associative}
  496. \entry {sparse arrays}{124}{sparse arrays}
  497. \entry {arrays, sparse}{124}{arrays, sparse}
  498. \entry {array reference}{124}{array reference}
  499. \entry {element of array}{124}{element of array}
  500. \entry {reference to array}{124}{reference to array}
  501. \entry {arrays, presence of elements}{125}{arrays, presence of elements}
  502. \entry {arrays, the in operator}{125}{arrays, the \code {in} operator}
  503. \entry {array assignment}{125}{array assignment}
  504. \entry {element assignment}{125}{element assignment}
  505. \entry {for (x in ...{})}{127}{\code {for (x in \dots {})}}
  506. \entry {arrays, special for statement}{127}{arrays, special \code {for} statement}
  507. \entry {scanning an array}{127}{scanning an array}
  508. \entry {delete statement}{128}{\code {delete} statement}
  509. \entry {deleting elements of arrays}{128}{deleting elements of arrays}
  510. \entry {removing elements of arrays}{128}{removing elements of arrays}
  511. \entry {arrays, deleting an element}{128}{arrays, deleting an element}
  512. \entry {arrays, deleting entire contents}{128}{arrays, deleting entire contents}
  513. \entry {deleting entire arrays}{128}{deleting entire arrays}
  514. \entry {differences between gawk and awk}{128}{differences between \code {gawk} and \code {awk}}
  515. \entry {portability issues}{128}{portability issues}
  516. \entry {Brennan, Michael}{128}{Brennan, Michael}
  517. \entry {conversions, during subscripting}{129}{conversions, during subscripting}
  518. \entry {numbers, used as subscripts}{129}{numbers, used as subscripts}
  519. \entry {CONVFMT}{129}{\code {CONVFMT}}
  520. \entry {uninitialized variables, as array subscripts}{130}{uninitialized variables, as array subscripts}
  521. \entry {array subscripts, uninitialized variables}{130}{array subscripts, uninitialized variables}
  522. \entry {null string, as array subscript}{130}{null string, as array subscript}
  523. \entry {dark corner}{130}{dark corner}
  524. \entry {subscripts in arrays}{130}{subscripts in arrays}
  525. \entry {arrays, multi-dimensional subscripts}{130}{arrays, multi-dimensional subscripts}
  526. \entry {multi-dimensional subscripts}{130}{multi-dimensional subscripts}
  527. \entry {SUBSEP}{130}{\code {SUBSEP}}
  528. \entry {built-in functions}{135}{built-in functions}
  529. \entry {differences between gawk and awk}{135}{differences between \code {gawk} and \code {awk}}
  530. \entry {evaluation, order of}{135}{evaluation, order of}
  531. \entry {order of evaluation}{135}{order of evaluation}
  532. \entry {int}{136}{\code {int}}
  533. \entry {sqrt}{136}{\code {sqrt}}
  534. \entry {exp}{136}{\code {exp}}
  535. \entry {log}{136}{\code {log}}
  536. \entry {sin}{136}{\code {sin}}
  537. \entry {cos}{136}{\code {cos}}
  538. \entry {atan2}{136}{\code {atan2}}
  539. \entry {rand}{136}{\code {rand}}
  540. \entry {seed for random numbers}{137}{seed for random numbers}
  541. \entry {random numbers, seed of}{137}{random numbers, seed of}
  542. \entry {srand}{137}{\code {srand}}
  543. \entry {index}{137}{\code {index}}
  544. \entry {length}{138}{\code {length}}
  545. \entry {historical features}{138}{historical features}
  546. \entry {portability issues}{138}{portability issues}
  547. \entry {awk language, POSIX version}{138}{\code {awk} language, POSIX version}
  548. \entry {POSIX awk}{138}{POSIX \code {awk}}
  549. \entry {match}{138}{\code {match}}
  550. \entry {RSTART}{138}{\code {RSTART}}
  551. \entry {RLENGTH}{138}{\code {RLENGTH}}
  552. \entry {split}{139}{\code {split}}
  553. \entry {differences between gawk and awk}{139}{differences between \code {gawk} and \code {awk}}
  554. \entry {dark corner}{139}{dark corner}
  555. \entry {sprintf}{140}{\code {sprintf}}
  556. \entry {sub}{140}{\code {sub}}
  557. \entry {gsub}{141}{\code {gsub}}
  558. \entry {gensub}{141}{\code {gensub}}
  559. \entry {differences between gawk and awk}{142}{differences between \code {gawk} and \code {awk}}
  560. \entry {substr}{142}{\code {substr}}
  561. \entry {case conversion}{142}{case conversion}
  562. \entry {conversion of case}{142}{conversion of case}
  563. \entry {tolower}{143}{\code {tolower}}
  564. \entry {toupper}{143}{\code {toupper}}
  565. \entry {escape processing, sub et. al.}{143}{escape processing, \code {sub} et. al.}
  566. \entry {awk language, POSIX version}{144}{\code {awk} language, POSIX version}
  567. \entry {POSIX awk}{144}{POSIX \code {awk}}
  568. \entry {close}{146}{\code {close}}
  569. \entry {fflush}{146}{\code {fflush}}
  570. \entry {portability issues}{146}{portability issues}
  571. \entry {flushing buffers}{146}{flushing buffers}
  572. \entry {buffers, flushing}{146}{buffers, flushing}
  573. \entry {buffering output}{146}{buffering output}
  574. \entry {output, buffering}{146}{output, buffering}
  575. \entry {system}{146}{\code {system}}
  576. \entry {interaction, awk and other programs}{146}{interaction, \code {awk} and other programs}
  577. \entry {flushing buffers}{147}{flushing buffers}
  578. \entry {buffers, flushing}{147}{buffers, flushing}
  579. \entry {buffering output}{147}{buffering output}
  580. \entry {output, buffering}{147}{output, buffering}
  581. \entry {timestamps}{148}{timestamps}
  582. \entry {time of day}{148}{time of day}
  583. \entry {systime}{148}{\code {systime}}
  584. \entry {strftime}{148}{\code {strftime}}
  585. \entry {locale, definition of}{149}{locale, definition of}
  586. \entry {ISO 8601}{150}{ISO 8601}
  587. \entry {RFC-822}{151}{RFC-822}
  588. \entry {RFC-1036}{151}{RFC-1036}
  589. \entry {user-defined functions}{153}{user-defined functions}
  590. \entry {functions, user-defined}{153}{functions, user-defined}
  591. \entry {defining functions}{153}{defining functions}
  592. \entry {function definition}{153}{function definition}
  593. \entry {names, use of}{153}{names, use of}
  594. \entry {namespaces}{153}{namespaces}
  595. \entry {variable shadowing}{154}{variable shadowing}
  596. \entry {recursive function}{154}{recursive function}
  597. \entry {function, recursive}{154}{function, recursive}
  598. \entry {awk language, POSIX version}{154}{\code {awk} language, POSIX version}
  599. \entry {POSIX awk}{154}{POSIX \code {awk}}
  600. \entry {portability issues}{154}{portability issues}
  601. \entry {call by value}{156}{call by value}
  602. \entry {call by reference}{156}{call by reference}
  603. \entry {calling a function}{156}{calling a function}
  604. \entry {function call}{156}{function call}
  605. \entry {call by value}{156}{call by value}
  606. \entry {call by reference}{157}{call by reference}
  607. \entry {undefined functions}{157}{undefined functions}
  608. \entry {functions, undefined}{157}{functions, undefined}
  609. \entry {return statement}{158}{\code {return} statement}
  610. \entry {command line}{161}{command line}
  611. \entry {invocation of gawk}{161}{invocation of \code {gawk}}
  612. \entry {arguments, command line}{161}{arguments, command line}
  613. \entry {options, command line}{161}{options, command line}
  614. \entry {long options}{161}{long options}
  615. \entry {options, long}{161}{options, long}
  616. \entry {empty program}{161}{empty program}
  617. \entry {dark corner}{161}{dark corner}
  618. \entry {-F option}{161}{\code {-F} option}
  619. \entry {--field-separator option}{161}{\code {--field-separator} option}
  620. \entry {-f option}{161}{\code {-f} option}
  621. \entry {--file option}{161}{\code {--file} option}
  622. \entry {-v option}{161}{\code {-v} option}
  623. \entry {--assign option}{161}{\code {--assign} option}
  624. \entry {-W option}{162}{\code {-W} option}
  625. \entry {--compat option}{162}{\code {--compat} option}
  626. \entry {--traditional option}{162}{\code {--traditional} option}
  627. \entry {compatibility mode}{162}{compatibility mode}
  628. \entry {--copyleft option}{162}{\code {--copyleft} option}
  629. \entry {--copyright option}{162}{\code {--copyright} option}
  630. \entry {--help option}{163}{\code {--help} option}
  631. \entry {--usage option}{163}{\code {--usage} option}
  632. \entry {--lint option}{163}{\code {--lint} option}
  633. \entry {--lint-old option}{163}{\code {--lint-old} option}
  634. \entry {--posix option}{163}{\code {--posix} option}
  635. \entry {POSIX mode}{163}{POSIX mode}
  636. \entry {--source option}{164}{\code {--source} option}
  637. \entry {--version option}{164}{\code {--version} option}
  638. \entry {POSIXLY{\_}CORRECT environment variable}{164}{\code {POSIXLY{\_}CORRECT} environment variable}
  639. \entry {environment variable, POSIXLY{\_}CORRECT}{164}{environment variable, \code {POSIXLY{\_}CORRECT}}
  640. \entry {ARGIND}{165}{\code {ARGIND}}
  641. \entry {ARGV}{165}{\code {ARGV}}
  642. \entry {dark corner}{165}{dark corner}
  643. \entry {multiple passes over data}{166}{multiple passes over data}
  644. \entry {passes, multiple}{166}{passes, multiple}
  645. \entry {AWKPATH environment variable}{166}{\code {AWKPATH} environment variable}
  646. \entry {environment variable, AWKPATH}{166}{environment variable, \code {AWKPATH}}
  647. \entry {search path}{166}{search path}
  648. \entry {directory search}{166}{directory search}
  649. \entry {path, search}{166}{path, search}
  650. \entry {differences between gawk and awk}{166}{differences between \code {gawk} and \code {awk}}
  651. \entry {search path, for source files}{166}{search path, for source files}
  652. \entry {deprecated options}{167}{deprecated options}
  653. \entry {obsolete options}{167}{obsolete options}
  654. \entry {deprecated features}{167}{deprecated features}
  655. \entry {obsolete features}{167}{obsolete features}
  656. \entry {undocumented features}{167}{undocumented features}
  657. \entry {bugs, known in gawk}{167}{bugs, known in \code {gawk}}
  658. \entry {known bugs}{167}{known bugs}
  659. \entry {portability issues}{169}{portability issues}
  660. \entry {skipping input files}{170}{skipping input files}
  661. \entry {input files, skipping}{170}{input files, skipping}
  662. \entry {nextfile function}{170}{\code {nextfile} function}
  663. \entry {assertions}{172}{assertions}
  664. \entry {assert, C version}{172}{\code {assert}, C version}
  665. \entry {assert}{172}{\code {assert}}
  666. \entry {backslash continuation}{173}{backslash continuation}
  667. \entry {numeric character values}{173}{numeric character values}
  668. \entry {values of characters as numbers}{173}{values of characters as numbers}
  669. \entry {ord}{173}{\code {ord}}
  670. \entry {chr}{173}{\code {chr}}
  671. \entry {character sets}{174}{character sets}
  672. \entry {character encodings}{174}{character encodings}
  673. \entry {ASCII}{174}{ASCII}
  674. \entry {EBCDIC}{174}{EBCDIC}
  675. \entry {mark parity}{174}{mark parity}
  676. \entry {merging strings}{175}{merging strings}
  677. \entry {join}{176}{\code {join}}
  678. \entry {converting dates to timestamps}{176}{converting dates to timestamps}
  679. \entry {dates, converting to timestamps}{176}{dates, converting to timestamps}
  680. \entry {timestamps, converting from dates}{176}{timestamps, converting from dates}
  681. \entry {{\_}tm{\_}isleap}{178}{\code {{\_}tm{\_}isleap}}
  682. \entry {{\_}tm{\_}addup}{178}{\code {{\_}tm{\_}addup}}
  683. \entry {mktime}{179}{\code {mktime}}
  684. \entry {formatted timestamps}{182}{formatted timestamps}
  685. \entry {timestamps, formatted}{182}{timestamps, formatted}
  686. \entry {gettimeofday}{182}{\code {gettimeofday}}
  687. \entry {per file initialization and clean-up}{184}{per file initialization and clean-up}
  688. \entry {beginfile}{185}{\code {beginfile}}
  689. \entry {endfile}{185}{\code {endfile}}
  690. \entry {getopt, C version}{185}{\code {getopt}, C version}
  691. \entry {processing arguments}{185}{processing arguments}
  692. \entry {argument processing}{185}{argument processing}
  693. \entry {getopt}{188}{\code {getopt}}
  694. \entry {/dev/user}{191}{\file {/dev/user}}
  695. \entry {getpwent, C version}{191}{\code {getpwent}, C version}
  696. \entry {user information}{191}{user information}
  697. \entry {login information}{191}{login information}
  698. \entry {account information}{191}{account information}
  699. \entry {password file}{191}{password file}
  700. \entry {pwcat program}{192}{\code {pwcat} program}
  701. \entry {pwcat.c}{192}{\code {pwcat.c}}
  702. \entry {{\_}pw{\_}init}{193}{\code {{\_}pw{\_}init}}
  703. \entry {getpwnam}{194}{\code {getpwnam}}
  704. \entry {getpwuid}{195}{\code {getpwuid}}
  705. \entry {getpwent}{195}{\code {getpwent}}
  706. \entry {endpwent}{195}{\code {endpwent}}
  707. \entry {getgrent, C version}{196}{\code {getgrent}, C version}
  708. \entry {group information}{196}{group information}
  709. \entry {account information}{196}{account information}
  710. \entry {group file}{196}{group file}
  711. \entry {grcat program}{196}{\code {grcat} program}
  712. \entry {grcat.c}{196}{\code {grcat.c}}
  713. \entry {{\_}gr{\_}init}{198}{\code {{\_}gr{\_}init}}
  714. \entry {getgrnam}{200}{\code {getgrnam}}
  715. \entry {getgrgid}{200}{\code {getgrgid}}
  716. \entry {getgruser}{200}{\code {getgruser}}
  717. \entry {getgrent}{200}{\code {getgrent}}
  718. \entry {endgrent}{200}{\code {endgrent}}
  719. \entry {namespace issues in awk}{201}{namespace issues in \code {awk}}
  720. \entry {documenting awk programs}{201}{documenting \code {awk} programs}
  721. \entry {programs, documenting}{201}{programs, documenting}
  722. \entry {Tcl}{202}{Tcl}
  723. \entry {cut utility}{203}{\code {cut} utility}
  724. \entry {cut.awk}{204}{\code {cut.awk}}
  725. \entry {egrep utility}{208}{\code {egrep} utility}
  726. \entry {egrep.awk}{209}{\code {egrep.awk}}
  727. \entry {id utility}{212}{\code {id} utility}
  728. \entry {id.awk}{213}{\code {id.awk}}
  729. \entry {split utility}{215}{\code {split} utility}
  730. \entry {split.awk}{215}{\code {split.awk}}
  731. \entry {tee utility}{217}{\code {tee} utility}
  732. \entry {tee.awk}{217}{\code {tee.awk}}
  733. \entry {uniq utility}{218}{\code {uniq} utility}
  734. \entry {uniq.awk}{219}{\code {uniq.awk}}
  735. \entry {wc utility}{223}{\code {wc} utility}
  736. \entry {wc.awk}{223}{\code {wc.awk}}
  737. \entry {dupword.awk}{226}{\code {dupword.awk}}
  738. \entry {alarm.awk}{227}{\code {alarm.awk}}
  739. \entry {translate.awk}{230}{\code {translate.awk}}
  740. \entry {labels.awk}{232}{\code {labels.awk}}
  741. \entry {wordfreq.sh}{235}{\code {wordfreq.sh}}
  742. \entry {Rakitzis, Byron}{236}{Rakitzis, Byron}
  743. \entry {histsort.awk}{236}{\code {histsort.awk}}
  744. \entry {extract.awk}{237}{\code {extract.awk}}
  745. \entry {sed utility}{240}{\code {sed} utility}
  746. \entry {Brennan, Michael}{240}{Brennan, Michael}
  747. \entry {awksed}{240}{\code {awksed}}
  748. \entry {simple stream editor}{240}{simple stream editor}
  749. \entry {stream editor, simple}{240}{stream editor, simple}
  750. \entry {sed utility}{244}{\code {sed} utility}
  751. \entry {igawk.sh}{244}{\code {igawk.sh}}
  752. \entry {awk language, V.4 version}{252}{\code {awk} language, V.4 version}
  753. \entry {Kernighan, Brian}{253}{Kernighan, Brian}
  754. \entry {compatibility mode}{254}{compatibility mode}
  755. \entry {historical features}{276}{historical features}
  756. \entry {getting gawk}{277}{getting \code {gawk}}
  757. \entry {anonymous ftp}{277}{anonymous \code {ftp}}
  758. \entry {ftp, anonymous}{277}{\code {ftp}, anonymous}
  759. \entry {Free Software Foundation}{277}{Free Software Foundation}
  760. \entry {Free Software Foundation}{277}{Free Software Foundation}
  761. \entry {installation, unix}{282}{installation, unix}
  762. \entry {configuring gawk}{282}{configuring \code {gawk}}
  763. \entry {custom.h configuration file}{283}{\code {custom.h} configuration file}
  764. \entry {installation, vms}{283}{installation, vms}
  765. \entry {installation, MS-DOS and OS/2}{286}{installation, MS-DOS and OS/2}
  766. \entry {atari}{287}{atari}
  767. \entry {installation, atari}{287}{installation, atari}
  768. \entry {Linux}{287}{Linux}
  769. \entry {amiga}{289}{amiga}
  770. \entry {installation, amiga}{289}{installation, amiga}
  771. \entry {comp.lang.awk}{290}{\code {comp.lang.awk}}
  772. \entry {Deifik, Scott}{290}{Deifik, Scott}
  773. \entry {Fish, Fred}{290}{Fish, Fred}
  774. \entry {Hankerson, Darrel}{290}{Hankerson, Darrel}
  775. \entry {Jaegermann, Michal}{290}{Jaegermann, Michal}
  776. \entry {Rankin, Pat}{290}{Rankin, Pat}
  777. \entry {Rommel, Kai Uwe}{290}{Rommel, Kai Uwe}
  778. \entry {Kernighan, Brian}{291}{Kernighan, Brian}
  779. \entry {anonymous ftp}{291}{anonymous \code {ftp}}
  780. \entry {ftp, anonymous}{291}{\code {ftp}, anonymous}
  781. \entry {Brennan, Michael}{291}{Brennan, Michael}
  782. \entry {mawk}{291}{\code {mawk}}
  783. \entry {adding new features}{293}{adding new features}
  784. \entry {features, adding}{293}{features, adding}
  785. \entry {gawk coding style}{294}{\code {gawk} coding style}
  786. \entry {coding style used in gawk}{294}{coding style used in \code {gawk}}
  787. \entry {porting gawk}{295}{porting \code {gawk}}
  788. \entry {PERL}{297}{PERL}
  789. \entry {Wall, Larry}{297}{Wall, Larry}
  790. \entry {ISO 8859-1}{300}{ISO 8859-1}
  791. \entry {ISO Latin-1}{300}{ISO Latin-1}
  792.