AWK.9
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:22k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. %!PS-Adobe-1.0
  2. %%Creator: devps (Pipeline Associates, Inc.)
  3. %%CreationDate: Fri Sep 13 14:26:35 1996
  4. %%Pages: (atend)
  5. %%DocumentFonts: (atend)
  6. /devps 180 dict def devps begin
  7. /res 10.000000 def
  8. /y_offset 843 def
  9. /X{exch}bind def
  10. /mm {transform round X round X itransform} bind def
  11. /r{rmoveto}bind def
  12. /m{moveto}bind def
  13. /l{lineto}bind def
  14. /rl{rlineto}bind def
  15. /st{stroke}bind def
  16. /gs{gsave}bind def
  17. /gr{grestore}bind def
  18. /cp{currentpoint}bind def
  19. /np{newpath}bind def
  20. /ct{curveto}bind def
  21. systemdict /setpacking known
  22.  { /savepacking currentpacking def true setpacking } if
  23. /m0{0 0 moveto}bind def
  24. /xc{//res div}bind def
  25. /yc{//res neg div //y_offset add}bind def
  26. /lc{yc X xc X l st}bind def
  27. /mc{yc X xc X m}bind def
  28. /el{gs /a X def a div 1 X scale cp np a xc 2 div 0 360 arc st gr}bind def
  29. /ar{cp 7 2 roll np xc 5 1 roll atan 3 1 roll atan X arc st}bind def
  30. /sp{yc X xc X 6 2 roll yc X xc X 6 2 roll yc X xc X 6 2 roll ct}bind def
  31. /V{//res neg div //y_offset add
  32. currentpoint pop X
  33. m}bind def
  34. /H{//res div
  35. 0 transform X round X itransform pop
  36. currentpoint X pop
  37. moveto}bind def
  38. /h{//res div 0 r}bind def
  39. /v{//res neg div 0 X r}bind def
  40. /S{X H show}bind def
  41. /A{H //res div 1 index stringwidth pop sub 1 index length div 0 3 2 roll ashow}bind def
  42. /psize 10 def
  43. /height 0 def
  44. /cheight { height 0 ne { height } { psize } ifelse } bind def
  45. /slant 0 def
  46. /FF{findfont X dup 30 div 0 mm pop setlinewidth /psize X def
  47.     [psize 0 cheight slant sin slant cos div mul cheight 0 0]
  48.     makefont setfont}bind def
  49. /shade{gs
  50.  /dy X def
  51.  /dx X def
  52.  np m
  53.  0 /dy rl
  54.  /dx 0 rl
  55.  0 /dy neg rl
  56.  /dx neg 0 rl
  57.  closepath
  58.  .9 setgray
  59.  fill
  60. gr}bind def
  61. 1 setlinecap
  62. /resolution res 72 mul def
  63. /startFig {
  64. /SavedState save def
  65. userdict maxlength dict begin
  66. currentpoint transform
  67. DocumentInitState setmiterlimit setgray setdash setlinejoin setlinecap
  68. setlinewidth setmatrix
  69. itransform moveto
  70. /ury exch def
  71. /urx exch def
  72. /lly exch def
  73. /llx exch def
  74. /y exch 72 mul resolution div def
  75. /x exch 72 mul resolution div def
  76. currentpoint /cy exch def /cx exch def
  77. /sx x urx llx sub div def
  78. /sy y ury lly sub div def
  79. sx sy scale
  80. cx sx div llx sub
  81. cy sy div ury sub translate
  82. /DefFigCTM matrix currentmatrix def
  83. /initmatrix {
  84. DefFigCTM setmatrix
  85. } def
  86. /defaultmatrix {
  87. DefFigCTM exch copy
  88. } def
  89. /initgraphics {
  90. DocumentInitState setmiterlimit setgray setdash 
  91. setlinejoin setlinecap setlinewidth setmatrix
  92. DefFigCTM setmatrix
  93. } def
  94. /showpage {
  95. initgraphics
  96. } def
  97. }bind  def
  98. /clipFig {
  99. currentpoint 6 2 roll
  100. newpath 4 copy
  101. 4 2 roll moveto
  102. 6 -1 roll exch lineto
  103. exch lineto
  104. exch lineto
  105. closepath clip
  106. newpath
  107. moveto
  108. }bind  def
  109. /doclip { llx lly urx ury clipFig } def
  110. /endFig {
  111. end SavedState restore
  112. }bind  def
  113. /globalstart {
  114. fontnum psize slant height resolution currentpoint 
  115. pagesave restore gsave 
  116. }bind  def
  117. /globalend {
  118. grestore moveto
  119. /resolution exch def /height exch def
  120. /slant exch def /psize exch def /fontnum exch def
  121. F
  122. /pagesave save def
  123. }bind  def
  124. /fontnum 1 def 
  125. systemdict /setpacking known { savepacking setpacking} if
  126. end
  127. /BP{
  128. save mark devps begin m0
  129. /DocumentInitState [ matrix currentmatrix currentlinewidth currentlinecap
  130. currentlinejoin currentdash currentgray currentmiterlimit ] cvx def
  131. }bind def
  132. /EP{
  133. end cleartomark restore showpage}def
  134. /R{/Times-Roman FF}def
  135. /B{/Times-Bold FF}def
  136. /I{/Times-Italic FF}def
  137. /L{/Helvetica FF}def
  138. %%EndProlog
  139. %%Page: 1 1
  140. BP
  141. /slant 0 def
  142. /height 0 def
  143. 858 V
  144. 12 B
  145. 936(Command:)S
  146. 1584(awk)S
  147. 1829(261)S
  148. 1919(pattern)S
  149. 2333(matching)S
  150. 2847(language)S
  151. 996 V
  152. 936(Syntax:)S
  153. 1584(awk)S
  154. 12 I
  155. 1829(rules)S
  156. 12 R
  157. 2101([)S
  158. 12 I
  159. 2142(256le)S
  160. 12 R
  161. 2290(])S
  162. (...)90 2361 A
  163. 1134 V
  164. 12 B
  165. 936(Flags:)S
  166. 12 R
  167. ((none))316 1584 A
  168. 1272 V
  169. 12 B
  170. 936(Examples:)S
  171. 12 R
  172. 1584(awk)S
  173. 1816(rules)S
  174. (input)248 2082 A
  175. 2916(#)S
  176. 3006(Process)S
  177. 12 I
  178. (input)248 3406 A
  179. 12 R
  180. (according)477 3684 A
  181. 4191(to)S
  182. 12 I
  183. 4315(rules)S
  184. 1410 V
  185. 12 R
  186. 1584(awk)S
  187. 1816(rules)S
  188. 2082(261)S
  189. 2202(>out)S
  190. 2916(#)S
  191. (Input)255 3006 A
  192. 3291(from)S
  193. 3557(terminal,)S
  194. 4022(output)S
  195. 4360(to)S
  196. 12 I
  197. 4484(out)S
  198. 1584 V
  199. 12 R
  200. 1116(AWK)S
  201. 1442(is)S
  202. 1560(a)S
  203. 1651(programming)S
  204. (language)436 2346 A
  205. 2819(devised)S
  206. 3225(by)S
  207. 3382(Aho,)S
  208. 3657(Weinberger,)S
  209. 4296(and)S
  210. 4507(Kernighan)S
  211. 1722 V
  212. 936(at)S
  213. 1061(Bell)S
  214. 1300(Labs)S
  215. 1572((hence)S
  216. 1932(the)S
  217. 2117(name).)S
  218. 12 I
  219. 2517(Awk)S
  220. 12 R
  221. 2762(programs)S
  222. 3256(search)S
  223. 3602(256les)S
  224. 3840(for)S
  225. 4018(speci256c)S
  226. 4424(patterns)S
  227. 4844(and)S
  228. 1860 V
  229. 936(performs)S
  230. 1425(`)S
  231. 1456(`actions')S
  232. 1871(')S
  233. 1963(for)S
  234. 2156(every)S
  235. 2476(occurrence)S
  236. 3059(of)S
  237. 3211(these)S
  238. 3512(patterns.)S
  239. 4008(The)S
  240. 4248(patterns)S
  241. 4684(can)S
  242. 4904(be)S
  243. 1998 V
  244. 936(`)S
  245. 967(`regular)S
  246. 1394(expressions')S
  247. 1989(')S
  248. 2072(as)S
  249. 2215(used)S
  250. 2478(in)S
  251. 2613(the)S
  252. 12 I
  253. 2802(ed)S
  254. 12 R
  255. 2957(editor.)S
  256. 3341(The)S
  257. 3570(actions)S
  258. 3954(are)S
  259. 4144(expressed)S
  260. 4662(using)S
  261. 4964(a)S
  262. 2136 V
  263. 936(subset)S
  264. 1268(of)S
  265. 1399(the)S
  266. 1577(C)S
  267. (language.)466 1687 A
  268. 2310 V
  269. 1116(The)S
  270. 1343(patterns)S
  271. 1766(and)S
  272. 1979(actions)S
  273. 2361(are)S
  274. 2549(usually)S
  275. (placed)316 2937 A
  276. 3292(in)S
  277. 3425(a)S
  278. 3518(`)S
  279. 3549(`rules')S
  280. 3857(')S
  281. 3937(256le)S
  282. 4132(whose)S
  283. 4481(name)S
  284. 4783(must)S
  285. 2448 V
  286. 936(be)S
  287. 1088(the)S
  288. 1273(256rst)S
  289. 1499(argument)S
  290. 1993(in)S
  291. 2124(the)S
  292. 2309(command)S
  293. 2822(line,)S
  294. (preceded)437 3071 A
  295. 3545(by)S
  296. 3702(the)S
  297. 3887(257ag)S
  298. 12 B
  299. 4105(261f)S
  300. 12 R
  301. 4206(.)S
  302. 4303(Otherwise,)S
  303. 4870(the)S
  304. 2586 V
  305. 936(256rst)S
  306. 1155(argument)S
  307. 1642(on)S
  308. 1792(the)S
  309. 1970(command)S
  310. 2476(line)S
  311. 2688(is)S
  312. 2799(taken)S
  313. 3091(to)S
  314. 3215(be)S
  315. 3359(a)S
  316. 3443(string)S
  317. 3749(containing)S
  318. 4289(the)S
  319. 4468(rules)S
  320. 4735(them-)S
  321. 2724 V
  322. 936(selves.)S
  323. 1293(All)S
  324. 1480(other)S
  325. 1760(arguments)S
  326. 2295(are)S
  327. 2475(taken)S
  328. 2768(to)S
  329. 2892(be)S
  330. 3036(the)S
  331. 3214(names)S
  332. 3553(of)S
  333. 3684(text)S
  334. 3896(256les)S
  335. 4128(on)S
  336. 4278(which)S
  337. 4604(the)S
  338. 4782(rules)S
  339. 2862 V
  340. 936(are)S
  341. 1122(to)S
  342. 1253(be)S
  343. 1404(applied,)S
  344. 1827(with)S
  345. 12 B
  346. 2080(261)S
  347. 12 R
  348. 2177(being)S
  349. 2482(the)S
  350. 2668(standard)S
  351. (input.)278 3116 A
  352. 3462(To)S
  353. 3634(take)S
  354. 3874(rules)S
  355. 4148(from)S
  356. 4422(the)S
  357. 4608(standard)S
  358. 3000 V
  359. (input,)278 936 A
  360. 1244(use)S
  361. 12 B
  362. 1435(261f)S
  363. 1566(261)S
  364. 12 R
  365. 1626(.)S
  366. 3174 V
  367. 1116(The)S
  368. 1334(command:)S
  369. 3381 V
  370. 10 L
  371. 1086(awk)S
  372. 1321(rules)S
  373. 1596(prog.)S
  374. 3431 V
  375. 12 L
  376. 1826(*)S
  377. 3588 V
  378. 12 R
  379. 936(would)S
  380. 1278(read)S
  381. 1527(the)S
  382. 1715(patterns)S
  383. 2139(and)S
  384. 2353(actions)S
  385. 2736(rules)S
  386. 3012(from)S
  387. 3288(the)S
  388. 3476(256le)S
  389. 12 I
  390. 3671(rules)S
  391. 12 R
  392. 3954(and)S
  393. 4169(apply)S
  394. 4478(them)S
  395. 4761(to)S
  396. 4896(all)S
  397. 3726 V
  398. 936(the)S
  399. 1114(arguments.)S
  400. 3900 V
  401. 1116(The)S
  402. 1334(general)S
  403. 1721(format)S
  404. 2075(of)S
  405. 2206(a)S
  406. 2290(rules)S
  407. 2556(256le)S
  408. 2741(is:)S
  409. 4107 V
  410. 1026(<pattern>)S
  411. 1529({)S
  412. 1617(<action>)S
  413. 2079(})S
  414. 2257(<pattern>)S
  415. 2760({)S
  416. 2848(<action>)S
  417. 3310(})S
  418. (...)90 3488 A
  419. 4314 V
  420. 936(There)S
  421. 1261(may)S
  422. 1511(be)S
  423. 1667(any)S
  424. 1883(number)S
  425. 2294(of)S
  426. 2437(these)S
  427. 2728(<pattern>)S
  428. 3244({)S
  429. 3345(<action>)S
  430. 3820(})S
  431. 3921(sequences)S
  432. 4454(in)S
  433. 4591(the)S
  434. 4782(rules)S
  435. 4452 V
  436. 936(256le.)S
  437. 12 I
  438. 1194(Awk)S
  439. 12 R
  440. 1445(reads)S
  441. 1744(a)S
  442. 1841(line)S
  443. 2066(of)S
  444. (input)248 2210 A
  445. 2501(from)S
  446. 2780(the)S
  447. 2971(current)S
  448. (input)248 3358 A
  449. 3649(256le)S
  450. 3847(and)S
  451. 4064(applies)S
  452. 4450(every)S
  453. 4761(<pat-)S
  454. 4590 V
  455. 936(tern>)S
  456. 1223({)S
  457. 1311(<action>)S
  458. 1773(})S
  459. 1861(in)S
  460. 1985(sequence)S
  461. 2458(to)S
  462. 2582(the)S
  463. 2760(line.)S
  464. 4764 V
  465. 1116(If)S
  466. 1250(the)S
  467. 1450(<pattern>)S
  468. (corresponding)691 1975 A
  469. 2718(to)S
  470. 2864(any)S
  471. 3090({)S
  472. 3200(<action>)S
  473. 3684(})S
  474. 3794(is)S
  475. 3928(missing,)S
  476. 4387(the)S
  477. 4588(action)S
  478. 4937(is)S
  479. 4902 V
  480. 936(applied)S
  481. 1323(to)S
  482. 1448(every)S
  483. 1748(line)S
  484. 1961(of)S
  485. (input.)278 2093 A
  486. 2432(The)S
  487. 2651(default)S
  488. 3019({)S
  489. 3108(<action>)S
  490. 3570(})S
  491. 3658(is)S
  492. 3769(to)S
  493. 3893(print)S
  494. 4152(the)S
  495. 4330(matched)S
  496. (input)248 4770 A
  497. 5040 V
  498. 936(line.)S
  499. 5316 V
  500. 12 B
  501. 936(Patterns)S
  502. 5628 V
  503. 12 R
  504. 1116(The)S
  505. 1336(<pattern>s)S
  506. 1888(may)S
  507. 2128(consist)S
  508. 2496(of)S
  509. 2629(any)S
  510. 2835(valid)S
  511. 3110(C)S
  512. 3223(expression.)S
  513. 3833(If)S
  514. 3948(the)S
  515. 4129(<pattern>)S
  516. 4635(consists)S
  517. 5766 V
  518. 936(of)S
  519. 1070(two)S
  520. 1285(expressions)S
  521. 1882(separated)S
  522. 2373(by)S
  523. 2526(a)S
  524. 2613(comma,)S
  525. 3032(it)S
  526. 3133(is)S
  527. 3247(taken)S
  528. 3541(to)S
  529. 3667(be)S
  530. 3813(a)S
  531. 3899(range)S
  532. 4200(and)S
  533. 4406(the)S
  534. 4586(<action>)S
  535. 5904 V
  536. 936(is)S
  537. 1066(performed)S
  538. 1620(on)S
  539. 1789(all)S
  540. 1960(lines)S
  541. 2238(of)S
  542. (input)248 2388 A
  543. 2685(that)S
  544. 2916(match)S
  545. 3261(the)S
  546. 3458(range.)S
  547. 3836(<pattern>s)S
  548. 4405(may)S
  549. 4662(contain)S
  550. 6042 V
  551. 936(`)S
  552. 967(`regular)S
  553. 1411(expressions')S
  554. 2006(')S
  555. 2106(delimited)S
  556. 2622(by)S
  557. 2800(an)S
  558. 2972(@)S
  559. 3142(symbol.)S
  560. 3615(Regular)S
  561. 4056(expressions)S
  562. 4678(can)S
  563. 4904(be)S
  564. 6180 V
  565. (thought)368 936 A
  566. 1341(of)S
  567. 1479(as)S
  568. 1617(a)S
  569. 1708(generalized)S
  570. 2304(`)S
  571. 2335(`wildcard')S
  572. 2832(')S
  573. 2910(string)S
  574. 3223(matching)S
  575. 3710(mechanism,)S
  576. 4328(similar)S
  577. 4704(to)S
  578. 4836(that)S
  579. 6318 V
  580. 936(used)S
  581. 1204(by)S
  582. 1371(many)S
  583. 1686(operating)S
  584. 2190(systems)S
  585. 2619(to)S
  586. 2759(specify)S
  587. 3155(256le)S
  588. 3356(names.)S
  589. 3771(Regular)S
  590. 4200(expressions)S
  591. 4810(may)S
  592. 6456 V
  593. 936(contain)S
  594. 1322(any)S
  595. 1526(of)S
  596. 1657(the)S
  597. 1835(following)S
  598. 2336(characters:)S
  599. 6663 V
  600. 1116(x)S
  601. 1476(An)S
  602. 1654(ordinary)S
  603. 2094(character)S
  604. 6801 V
  605. 1116(\)S
  606. 1476(The)S
  607. 1694(backslash)S
  608. (quotes)315 2194 A
  609. 2539(any)S
  610. 2743(character)S
  611. 6939 V
  612. 1116(303)S
  613. 1476(A)S
  614. 1594(circum257ex)S
  615. 2142(at)S
  616. 2260(the)S
  617. 2438(beginning)S
  618. 2950(of)S
  619. 3081(an)S
  620. 3225(expr)S
  621. 3470(matches)S
  622. 3897(the)S
  623. 4075(beginning)S
  624. 4587(of)S
  625. 4718(a)S
  626. 4802(line.)S
  627. 7077 V
  628. 1116($)S
  629. 1476(A)S
  630. 1594(dollar-sign)S
  631. 2149(at)S
  632. 2267(the)S
  633. 2445(end)S
  634. 2649(of)S
  635. 2780(an)S
  636. 2924(expression)S
  637. 3471(matches)S
  638. 3898(the)S
  639. 4076(end)S
  640. 4280(of)S
  641. 4411(a)S
  642. 4495(line.)S
  643. 8427 V
  644. EP
  645. %%Page: 2 2
  646. BP
  647. /slant 0 def
  648. /height 0 def
  649. 1130 V
  650. 12 B
  651. 936(2)S
  652. 1380 V
  653. 12 R
  654. 1116(.)S
  655. 1476(A)S
  656. 1594(period)S
  657. 1933(matches)S
  658. 2360(any)S
  659. 2564(single)S
  660. 2883(character)S
  661. 3359(except)S
  662. 3705(newline.)S
  663. 1518 V
  664. 1116(*)S
  665. 1476(An)S
  666. 1654(expression)S
  667. 2201(followed)S
  668. 2662(by)S
  669. 2812(an)S
  670. 2957(asterisk)S
  671. 3359(matches)S
  672. 3787(zero)S
  673. 4027(or)S
  674. 4159(more)S
  675. 4439(occurrences)S
  676. 1656 V
  677. 1476(of)S
  678. 1607(that)S
  679. 1819(expression:)S
  680. 2400(`)S
  681. 2431(`fo*')S
  682. 2664(')S
  683. 2735(matches)S
  684. 3162(`)S
  685. (`f')123 3193 A
  686. 3306(',)S
  687. 3407(`)S
  688. 3438(`fo')S
  689. 3611(',)S
  690. 3712(`)S
  691. 3743(`foo')S
  692. 3976(',)S
  693. 4077(`)S
  694. (`fooo')303 4108 A
  695. 4401(',)S
  696. 4502(etc.)S
  697. 1794 V
  698. 1116(+)S
  699. 1476(An)S
  700. 1657(expression)S
  701. 2207(followed)S
  702. 2671(by)S
  703. 2824(a)S
  704. 2912(plus)S
  705. 3147(sign)S
  706. 3382(matches)S
  707. 3813(one)S
  708. 4021(or)S
  709. 4156(more)S
  710. 4439(occurrences)S
  711. 1932 V
  712. 1476(of)S
  713. 1607(that)S
  714. 1819(expression:)S
  715. 2400(`)S
  716. 2431(`fo+')S
  717. 2672(')S
  718. 2743(matches)S
  719. 3170(`)S
  720. 3201(`fo')S
  721. 3374(',)S
  722. 3475(`)S
  723. 3506(`foo')S
  724. 3739(',)S
  725. 3840(`)S
  726. (`fooo')303 3871 A
  727. 4164(',)S
  728. 4265(etc.)S
  729. 2070 V
  730. 1116([])S
  731. 1476(A)S
  732. 1596(string)S
  733. 1904(enclosed)S
  734. 2359(in)S
  735. 2485(square)S
  736. 2834(brackets)S
  737. 3271(matches)S
  738. 3701(any)S
  739. 3908(single)S
  740. 4230(character)S
  741. 4709(in)S
  742. 4836(that)S
  743. 2208 V
  744. 1476(string,)S
  745. 1824(but)S
  746. 2020(no)S
  747. 2182(others.)S
  748. 2580(If)S
  749. 2704(the)S
  750. 2894(256rst)S
  751. 3125(character)S
  752. 3612(in)S
  753. 3747(the)S
  754. 3936(string)S
  755. 4253(is)S
  756. 4375(a)S
  757. 4470(circum257ex,)S
  758. 2346 V
  759. 1476(the)S
  760. 1662(expression)S
  761. 2217(matches)S
  762. 2652(any)S
  763. 2864(character)S
  764. 3348(except)S
  765. 3702(newline)S
  766. 4125(and)S
  767. 4338(the)S
  768. 4525(characters)S
  769. 2484 V
  770. 1476(in)S
  771. 1621(the)S
  772. 1820(string.)S
  773. 2207(For)S
  774. 2425(example,)S
  775. 2915(`)S
  776. 2946(`[xyz]')S
  777. 3274(')S
  778. 3365(matches)S
  779. 3812(`)S
  780. 3843(`xx')S
  781. 4035(')S
  782. 4126(and)S
  783. 4350(`)S
  784. 4381(`zyx')S
  785. 4627(',)S
  786. 4748(while)S
  787. 2622 V
  788. 1476(`)S
  789. (`[303xyz]')379 1507 A
  790. 1876(')S
  791. 1956(matches)S
  792. 2392(`)S
  793. 2423(`abc')S
  794. 2663(')S
  795. 2743(but)S
  796. 2936(not)S
  797. 3129(`)S
  798. 3160(`axb')S
  799. 3406('.)S
  800. 3546(A)S
  801. 3673(range)S
  802. 3982(of)S
  803. 4123(characters)S
  804. 4656(may)S
  805. 4904(be)S
  806. 2760 V
  807. 1476(speci256ed)S
  808. 1936(by)S
  809. 2086(two)S
  810. 2298(characters)S
  811. 2821(separated)S
  812. 3309(by)S
  813. 3459(`)S
  814. (`-')123 3490 A
  815. 3603('.)S
  816. 3036 V
  817. 12 B
  818. 936(Actions)S
  819. 3348 V
  820. 12 R
  821. 1116(Actions)S
  822. 1537(are)S
  823. 1730(expressed)S
  824. 2251(as)S
  825. 2396(a)S
  826. 2494(subset)S
  827. 2840(of)S
  828. 2985(the)S
  829. 3177(C)S
  830. (language.)466 3301 A
  831. 3841(All)S
  832. 4041(variables)S
  833. 4523(are)S
  834. 4716(global)S
  835. 3486 V
  836. 936(and)S
  837. 1147(default)S
  838. 1521(to)S
  839. 1651(int's)S
  840. 1903(if)S
  841. 2014(not)S
  842. 2204(formally)S
  843. 2658(declared.)S
  844. 3135(Only)S
  845. 3413(char's)S
  846. 3746(and)S
  847. 3956(int's)S
  848. 4208(and)S
  849. 4418(pointers)S
  850. 4844(and)S
  851. 3624 V
  852. 936(arrays)S
  853. 1266(of)S
  854. 1400(char)S
  855. 1642(and)S
  856. 1849(int)S
  857. 2010(are)S
  858. 2192(allowed.)S
  859. 12 I
  860. 2669(Awk)S
  861. 12 R
  862. 2910(allows)S
  863. 3260(only)S
  864. 3507(decimal)S
  865. 3924(integer)S
  866. 4294(constants)S
  867. 4777(to)S
  868. 4904(be)S
  869. 3762 V
  870. 936(used320no)S
  871. 1434(hex)S
  872. ((0xnn))322 1645 A
  873. 2004(or)S
  874. 2142(octal)S
  875. ((0nn).)292 2415 A
  876. 2744(String)S
  877. 3077(and)S
  878. 3288(character)S
  879. 3771(constants)S
  880. 4258(may)S
  881. 4503(contain)S
  882. 4896(all)S
  883. 3900 V
  884. 936(of)S
  885. 1067(the)S
  886. 1245(special)S
  887. 1612(C)S
  888. 1722(escapes)S
  889. 2122((\n,)S
  890. 2317(\r,)S
  891. 2452(etc.).)S
  892. 4074 V
  893. 12 I
  894. 1116(Awk)S
  895. 12 R
  896. (supports)409 1355 A
  897. 1795(the)S
  898. 1974(`)S
  899. 2005(`if')S
  900. 2152(',)S
  901. 2254(`)S
  902. 2285(`else')S
  903. 2546(',)S
  904. 2648(`)S
  905. 2679(`while')S
  906. 3021(')S
  907. 3093(and)S
  908. 3298(`)S
  909. 3329(`break')S
  910. 3670(')S
  911. 3742(257ow)S
  912. 3989(of)S
  913. 4122(control)S
  914. 4497(constructs,)S
  915. 4212 V
  916. 936(which)S
  917. 1262(behave)S
  918. 1634(exactly)S
  919. 2014(as)S
  920. 2145(in)S
  921. 2269(C.)S
  922. 4386 V
  923. 1116(Also)S
  924. (supported)476 1397 A
  925. 1925(are)S
  926. 2126(the)S
  927. 2326(following)S
  928. 2849(unary)S
  929. 3176(and)S
  930. 3403(binary)S
  931. 3765(operators,)S
  932. 4299(listed)S
  933. 4615(in)S
  934. 4762(order)S
  935. 4524 V
  936. 936(from)S
  937. 1202(highest)S
  938. 1581(to)S
  939. 1705(lowest)S
  940. (precedence:)579 2052 A
  941. 4731 V
  942. 12 B
  943. 1116(Operator)S
  944. 2196(Type)S
  945. 3096(Associativity)S
  946. 4869 V
  947. 12 R
  948. 1116(())S
  949. 1228([])S
  950. 2196(unary)S
  951. 3096(left)S
  952. 3289(to)S
  953. 3413(right)S
  954. 5007 V
  955. 1116(!)S
  956. 1187(304)S
  957. 1258(++)S
  958. 1424(261261)S
  959. 1574(261)S
  960. 1664(*)S
  961. 1754(&)S
  962. 2196(unary)S
  963. 3096(right)S
  964. 3355(to)S
  965. 3479(left)S
  966. 5145 V
  967. 1116(*)S
  968. 1206(/)S
  969. 1270(%)S
  970. 2196(binary)S
  971. 3096(left)S
  972. 3289(to)S
  973. 3413(right)S
  974. 5283 V
  975. 1116(+)S
  976. 1214(261)S
  977. 2196(binary)S
  978. 3096(left)S
  979. 3289(to)S
  980. 3413(right)S
  981. 5421 V
  982. 1116(<<)S
  983. 1282(>>)S
  984. 2196(binary)S
  985. 3096(left)S
  986. 3289(to)S
  987. 3413(right)S
  988. 5559 V
  989. 1116(<)S
  990. 1214(<=)S
  991. 1380(>)S
  992. 1478(>=)S
  993. 2196(binary)S
  994. 3096(left)S
  995. 3289(to)S
  996. 3413(right)S
  997. 5697 V
  998. 1116(==)S
  999. 1282(!=)S
  1000. 2196(binary)S
  1001. 3096(left)S
  1002. 3289(to)S
  1003. 3413(right)S
  1004. 5835 V
  1005. 1116(&)S
  1006. 2196(binary)S
  1007. 3096(left)S
  1008. 3289(to)S
  1009. 3413(right)S
  1010. 5973 V
  1011. 1116(303)S
  1012. 2196(binary)S
  1013. 3096(left)S
  1014. 3289(to)S
  1015. 3413(right)S
  1016. 6111 V
  1017. 1116(|)S
  1018. 2196(binary)S
  1019. 3096(left)S
  1020. 3289(to)S
  1021. 3413(right)S
  1022. 6249 V
  1023. 1116(&&)S
  1024. 2196(binary)S
  1025. 3096(left)S
  1026. 3289(to)S
  1027. 3413(right)S
  1028. 6387 V
  1029. 1116(||)S
  1030. 2196(binary)S
  1031. 3096(left)S
  1032. 3289(to)S
  1033. 3413(right)S
  1034. 6525 V
  1035. 1116(=)S
  1036. 2196(binary)S
  1037. 3096(right)S
  1038. 3355(to)S
  1039. 3479(left)S
  1040. 6732 V
  1041. 936(Comments)S
  1042. 1500(are)S
  1043. (introduced)517 1690 A
  1044. 2248(by)S
  1045. 2409(a)S
  1046. 2504('#')S
  1047. 2687(symbol)S
  1048. 3083(and)S
  1049. 3299(are)S
  1050. 3490(terminated)S
  1051. 4051(by)S
  1052. 4213(the)S
  1053. 4403(256rst)S
  1054. 4634(newline)S
  1055. 6870 V
  1056. 936(character.)S
  1057. 1482(The)S
  1058. 1710(standard)S
  1059. 2160(`)S
  1060. 2191(`/*')S
  1061. 2357(')S
  1062. 2438(and)S
  1063. 2652(`)S
  1064. 2683(`*/')S
  1065. 2849(')S
  1066. 2930(comment)S
  1067. 3420(delimiters)S
  1068. 3946(are)S
  1069. 4135(not)S
  1070. (supported)476 4329 A
  1071. 4844(and)S
  1072. 7008 V
  1073. (will)190 936 A
  1074. 1156(result)S
  1075. 1456(in)S
  1076. 1580(a)S
  1077. 1664(syntax)S
  1078. 2009(error.)S
  1079. 8427 V
  1080. EP
  1081. %%Page: 3 3
  1082. BP
  1083. /slant 0 def
  1084. /height 0 def
  1085. 1130 V
  1086. 12 B
  1087. 4958(3)S
  1088. 1380 V
  1089. 936(Fields)S
  1090. 1761 V
  1091. 12 R
  1092. 1116(When)S
  1093. 12 I
  1094. 1447(awk)S
  1095. 12 R
  1096. 1684(reads)S
  1097. 1983(a)S
  1098. 2080(line)S
  1099. 2306(from)S
  1100. 2586(the)S
  1101. 2778(current)S
  1102. (input)248 3166 A
  1103. 3458(256le,)S
  1104. 3687(the)S
  1105. 3879(record)S
  1106. 4233(is)S
  1107. 4358(automatically)S
  1108. 1899 V
  1109. 936(separated)S
  1110. 1432(into)S
  1111. 1657(`)S
  1112. 1688(`256elds.')S
  1113. 2052(')S
  1114. 2160(A)S
  1115. 2285(256eld)S
  1116. 2537(is)S
  1117. 2655(simply)S
  1118. 3021(a)S
  1119. 3112(string)S
  1120. 3425(of)S
  1121. 3563(consecutive)S
  1122. 4171(characters)S
  1123. 4701(delim-)S
  1124. 2037 V
  1125. 936(ited)S
  1126. 1164(by)S
  1127. 1330(either)S
  1128. 1653(the)S
  1129. 1847(beginning)S
  1130. 2375(or)S
  1131. 2522(end)S
  1132. 2742(of)S
  1133. 2889(line,)S
  1134. 3147(or)S
  1135. 3294(a)S
  1136. 3394(`)S
  1137. 3425(`256eld)S
  1138. 3727(separator')S
  1139. 4203(')S
  1140. 4290(character.)S
  1141. 4842(Ini-)S
  1142. 2175 V
  1143. 936(tially,)S
  1144. 1251(the)S
  1145. 1433(256eld)S
  1146. 1682(separators)S
  1147. 2208(are)S
  1148. 2391(the)S
  1149. (space)269 2573 A
  1150. 2876(and)S
  1151. 3084(tab)S
  1152. 3266(character.)S
  1153. 3806(The)S
  1154. 4028(special)S
  1155. 4399(unary)S
  1156. 4708(opera-)S
  1157. 2313 V
  1158. 936(tor)S
  1159. 1109('$')S
  1160. 1289(is)S
  1161. 1408(used)S
  1162. 1667(to)S
  1163. 1799(reference)S
  1164. 2290(one)S
  1165. 2502(of)S
  1166. 2641(the)S
  1167. 2827(256elds)S
  1168. 3128(in)S
  1169. 3261(the)S
  1170. 3448(current)S
  1171. (input)248 3831 A
  1172. 4118(record)S
  1173. 4467((line).)S
  1174. 4830(The)S
  1175. 2451 V
  1176. 936(256elds)S
  1177. 1236(are)S
  1178. 1423(numbered)S
  1179. 1944(sequentially)S
  1180. 2567(starting)S
  1181. 2969(at)S
  1182. 3095(1.)S
  1183. 3253(The)S
  1184. 3478(expression)S
  1185. 4032(`)S
  1186. 4063(`$0')S
  1187. 4255(')S
  1188. 4333(references)S
  1189. 4870(the)S
  1190. 2589 V
  1191. 936(entire)S
  1192. (input)248 1243 A
  1193. 1521(line.)S
  1194. 2763 V
  1195. 1116(Similarly,)S
  1196. 1656(the)S
  1197. 1863(`)S
  1198. 1894(`record)S
  1199. 2304(separator')S
  1200. 2780(')S
  1201. 2880(is)S
  1202. 3020(used)S
  1203. 3300(to)S
  1204. 3453(determine)S
  1205. 3997(the)S
  1206. 4204(end)S
  1207. 4437(of)S
  1208. 4597(an)S
  1209. (input)248 4770 A
  1210. 2901 V
  1211. 936(`)S
  1212. 967(`line,')S
  1213. 1251(')S
  1214. (initially)378 1348 A
  1215. 1782(the)S
  1216. 1986(newline)S
  1217. 2426(character.)S
  1218. 2987(The)S
  1219. 3230(256eld)S
  1220. 3500(and)S
  1221. 3729(record)S
  1222. 4094(separators)S
  1223. 4641(may)S
  1224. 4904(be)S
  1225. 3039 V
  1226. 936(changed)S
  1227. 1398(programatically)S
  1228. 2227(by)S
  1229. 2408(one)S
  1230. 2643(of)S
  1231. 2805(the)S
  1232. 3014(actions)S
  1233. 3418(and)S
  1234. (will)190 3653 A
  1235. 3904(remain)S
  1236. 4302(in)S
  1237. 4457(effect)S
  1238. (until)222 4796 A
  1239. 3177 V
  1240. 936(changed)S
  1241. 1368(again.)S
  1242. 3351 V
  1243. (Multiple)417 1116 A
  1244. 1575((up)S
  1245. 1778(to)S
  1246. 1914(10))S
  1247. 2117(256eld)S
  1248. 2374(separators)S
  1249. 2908(are)S
  1250. 3099(allowed)S
  1251. 3525(at)S
  1252. 3655(a)S
  1253. 3751(time,)S
  1254. 4039(but)S
  1255. 4235(only)S
  1256. 4491(one)S
  1257. 4708(record)S
  1258. 3489 V
  1259. 936(separator.)S
  1260. 3663 V
  1261. 1116(Fields)S
  1262. 1461(behave)S
  1263. 1852(exactly)S
  1264. 2251(like)S
  1265. 2482(strings;)S
  1266. 2889(and)S
  1267. 3113(can)S
  1268. 3331(be)S
  1269. 3495(used)S
  1270. 3766(in)S
  1271. 3910(the)S
  1272. 4108(same)S
  1273. 4407(context)S
  1274. 4813(as)S
  1275. 4964(a)S
  1276. 3801 V
  1277. 936(character)S
  1278. 1412(array.)S
  1279. 1752(These)S
  1280. 2071(`)S
  1281. 2102(`arrays')S
  1282. 2471(')S
  1283. 2542(can)S
  1284. 2740(be)S
  1285. 2884(considered)S
  1286. 3438(to)S
  1287. 3562(have)S
  1288. 3820(been)S
  1289. 4078(declared)S
  1290. 4519(as:)S
  1291. 4028 V
  1292. 1086(char)S
  1293. 1325(($n)[)S
  1294. (128)180 1598 A
  1295. 1808(];)S
  1296. 4255 V
  1297. 936(In)S
  1298. 1075(other)S
  1299. 1362(words,)S
  1300. 1726(they)S
  1301. 1972(are)S
  1302. (128)180 2159 A
  1303. 2377(bytes)S
  1304. (long.)244 2671 A
  1305. 2984(Notice)S
  1306. 3347(that)S
  1307. 3568(the)S
  1308. 3755(parentheses)S
  1309. 4359(are)S
  1310. (necessary)471 4547 A
  1311. 4393 V
  1312. (because)383 936 A
  1313. 1358(the)S
  1314. 1545(operators)S
  1315. 2035([])S
  1316. 2156(and)S
  1317. 2368($)S
  1318. 2466(associate)S
  1319. 2942(from)S
  1320. 3216(right)S
  1321. 3483(to)S
  1322. 3615(left;)S
  1323. (without)370 3850 A
  1324. 4258(them,)S
  1325. 4568(the)S
  1326. 4754(state-)S
  1327. 4531 V
  1328. 936(ment)S
  1329. 1208(would)S
  1330. 1540(have)S
  1331. 1798(parsed)S
  1332. 2144(as:)S
  1333. 4758 V
  1334. 1086(char)S
  1335. 1325($(1[)S
  1336. (128)180 1557 A
  1337. 1767(]);)S
  1338. 4985 V
  1339. 936(which)S
  1340. 1262(is)S
  1341. (obviously)475 1373 A
  1342. 1878(ridiculous.)S
  1343. 5159 V
  1344. 1116(If)S
  1345. 1235(the)S
  1346. 1421(contents)S
  1347. 1862(of)S
  1348. 2001(one)S
  1349. 2213(of)S
  1350. 2352(these)S
  1351. 2639(256eld)S
  1352. 2892(arrays)S
  1353. 3227(is)S
  1354. 3346(altered,)S
  1355. 3745(the)S
  1356. 3931(`)S
  1357. 3962(`$0')S
  1358. 4154(')S
  1359. 4233(256eld)S
  1360. (will)190 4486 A
  1361. 4714(re257ect)S
  1362. 5297 V
  1363. 936(this)S
  1364. 1141(change.)S
  1365. 1573(For)S
  1366. 1771(example,)S
  1367. 2241(this)S
  1368. 2446(expression:)S
  1369. 5524 V
  1370. (*$4)180 1086 A
  1371. 1296(=)S
  1372. 1394('A';)S
  1373. 5751 V
  1374. (will)190 936 A
  1375. 1160(change)S
  1376. 1536(the)S
  1377. 1718(256rst)S
  1378. 1941(character)S
  1379. 2421(of)S
  1380. 2556(the)S
  1381. 2738(fourth)S
  1382. 3068(256eld)S
  1383. 3317(to)S
  1384. 3445(an)S
  1385. (upper-)316 3594 A
  1386. 3945(case)S
  1387. 4189(letter)S
  1388. 4475('A'.)S
  1389. 4740(Then,)S
  1390. 5889 V
  1391. 936(when)S
  1392. 1228(the)S
  1393. 1406(following)S
  1394. (input)248 1907 A
  1395. 2185(line:)S
  1396. 6116 V
  1397. (120)180 1086 A
  1398. 1296(PRINT)S
  1399. 1676("Name)S
  1400. 2285(address)S
  1401. 2888(Zip")S
  1402. 6343 V
  1403. 936(is)S
  1404. 1047(processed,)S
  1405. 1584(it)S
  1406. 1682(would)S
  1407. 2014(be)S
  1408. 2158(printed)S
  1409. 2531(as:)S
  1410. 6570 V
  1411. (120)180 1086 A
  1412. 1296(PRINT)S
  1413. 1676("Name)S
  1414. 2285(Address)S
  1415. 2922(Zip")S
  1416. 6797 V
  1417. 936(Fields)S
  1418. 1273(may)S
  1419. 1522(also)S
  1420. 1758(be)S
  1421. 1913(modi256ed)S
  1422. 2383(with)S
  1423. 2640(the)S
  1424. 2829(strcpy())S
  1425. 3248(function)S
  1426. 3692((see)S
  1427. 3929(below).)S
  1428. 4368(For)S
  1429. 4578(example,)S
  1430. 6935 V
  1431. 936(the)S
  1432. 1114(expression:)S
  1433. 7142 V
  1434. 1086(strcpy()S
  1435. 1453($4,)S
  1436. 1633("Addr.")S
  1437. 2040();)S
  1438. 8427 V
  1439. EP
  1440. %%Page: 4 4
  1441. BP
  1442. /slant 0 def
  1443. /height 0 def
  1444. 1130 V
  1445. 12 B
  1446. 936(4)S
  1447. 1380 V
  1448. 12 R
  1449. 936(applied)S
  1450. 1322(to)S
  1451. 1446(the)S
  1452. 1624(same)S
  1453. 1903(line)S
  1454. (above)288 2115 A
  1455. 2433(would)S
  1456. 2765(yield:)S
  1457. 1587 V
  1458. (120)180 1086 A
  1459. 1296(PRINT)S
  1460. 1676("Name)S
  1461. 2285(Addr.)S
  1462. 2804(Zip")S
  1463. 1932 V
  1464. 12 B
  1465. 936(Prede256ned)S
  1466. 1524(Variables)S
  1467. 2244 V
  1468. 12 R
  1469. 1116(The)S
  1470. 1334(following)S
  1471. 1835(variables)S
  1472. 2303(are)S
  1473. 2482(pre-de256ned:)S
  1474. 2451 V
  1475. 1116(FS)S
  1476. 2016(Field)S
  1477. 2295(separator)S
  1478. 2770((see)S
  1479. 2996(below).)S
  1480. 2589 V
  1481. 1116(RS)S
  1482. 2016(Record)S
  1483. 2395(separator)S
  1484. 2870((see)S
  1485. 3096(below)S
  1486. 3422(also).)S
  1487. 2727 V
  1488. 1116(NF)S
  1489. 2016(Number)S
  1490. 2443(of)S
  1491. 2574(256elds)S
  1492. 2866(in)S
  1493. 2990(current)S
  1494. (input)248 3364 A
  1495. 3642(record)S
  1496. 3982((line).)S
  1497. 2865 V
  1498. 1116(NR)S
  1499. 2016(Number)S
  1500. 2443(of)S
  1501. 2574(records)S
  1502. 2961(processed)S
  1503. 3468(thus)S
  1504. 3699(far.)S
  1505. 3003 V
  1506. 1116(FILENAME)S
  1507. 2016(Name)S
  1508. 2336(of)S
  1509. 2467(current)S
  1510. (input)248 2841 A
  1511. 3119(256le.)S
  1512. 3141 V
  1513. 1116(BEGIN)S
  1514. 2016(A)S
  1515. 2134(special)S
  1516. 2501(<pattern>)S
  1517. 3004(that)S
  1518. 3216(matches)S
  1519. 3643(the)S
  1520. 3821(beginning)S
  1521. 4333(of)S
  1522. (input)248 4464 A
  1523. 4742(text.)S
  1524. 3279 V
  1525. 1116(END)S
  1526. 2016(A)S
  1527. 2134(special)S
  1528. 2501(<pattern>)S
  1529. 3004(that)S
  1530. 3216(matches)S
  1531. 3643(the)S
  1532. 3821(end)S
  1533. 4025(of)S
  1534. (input)248 4156 A
  1535. 4434(text.)S
  1536. 3486 V
  1537. 12 I
  1538. 936(Awk)S
  1539. 12 R
  1540. 1180(also)S
  1541. 1411(provides)S
  1542. 1864(some)S
  1543. 2156(useful)S
  1544. (built-in)357 2489 A
  1545. 2883(functions)S
  1546. 3370(for)S
  1547. 3549(string)S
  1548. 3862(manipulation)S
  1549. 4537(and)S
  1550. 4748(print-)S
  1551. 3624 V
  1552. 936(ing:)S
  1553. 3831 V
  1554. 1116(print(arg))S
  1555. 2016(Simple)S
  1556. 2389(printing)S
  1557. 2802(of)S
  1558. 2933(strings)S
  1559. 3286(only,)S
  1560. 3560(terminated)S
  1561. 4109(by)S
  1562. 4259('\n'.)S
  1563. 3969 V
  1564. (printf(arg...))597 1116 A
  1565. 2016(Exactly)S
  1566. 2416(the)S
  1567. (printf())352 2594 A
  1568. 2976(function)S
  1569. 3409(from)S
  1570. 3675(C.)S
  1571. 4107 V
  1572. (getline())412 1116 A
  1573. 2016(Reads)S
  1574. 2341(the)S
  1575. 2519(next)S
  1576. 2757(record)S
  1577. 3097(and)S
  1578. 3301(returns)S
  1579. 3668(0)S
  1580. 3758(on)S
  1581. 3908(end)S
  1582. 4112(of)S
  1583. 4243(256le.)S
  1584. 4245 V
  1585. 1116(next256le())S
  1586. 2016(Closes)S
  1587. 2385(the)S
  1588. 2580(current)S
  1589. (input)248 2971 A
  1590. 3266(256le)S
  1591. 3468(and)S
  1592. 3689(begins)S
  1593. 4051(processing)S
  1594. 4615(the)S
  1595. 4810(next)S
  1596. 4383 V
  1597. 2016(256le)S
  1598. 4521 V
  1599. 1116(strlen(s))S
  1600. 2016(Returns)S
  1601. 2422(the)S
  1602. 2600(length)S
  1603. 2932(of)S
  1604. 3063(its)S
  1605. 3208(string)S
  1606. 3514(argument.)S
  1607. 4659 V
  1608. 1116(strcpy(s,t))S
  1609. 2016(Copies)S
  1610. 2381(the)S
  1611. 2559(string)S
  1612. 2865(`)S
  1613. 2896(`t')S
  1614. 3002(')S
  1615. 3073(to)S
  1616. 3197(the)S
  1617. 3375(string)S
  1618. 3681(`)S
  1619. 3712(`s')S
  1620. 3831('.)S
  1621. 4797 V
  1622. 1116(strcmp(s,t))S
  1623. 2016(Compares)S
  1624. 2536(the)S
  1625. 2714(`)S
  1626. 2745(`s')S
  1627. 2864(')S
  1628. 2935(to)S
  1629. 3059(`)S
  1630. 3090(`t')S
  1631. 3196(')S
  1632. 3267(and)S
  1633. 3471(returns)S
  1634. 3838(0)S
  1635. 3928(if)S
  1636. 4033(they)S
  1637. 4271(match.)S
  1638. 4935 V
  1639. (toupper(c))505 1116 A
  1640. 2016(Returns)S
  1641. 2422(its)S
  1642. 2567(character)S
  1643. 3043(argument)S
  1644. (converted)477 3530 A
  1645. 4037(to)S
  1646. (upper-case.)555 4161 A
  1647. 5073 V
  1648. 1116(tolower(c))S
  1649. 2016(Returns)S
  1650. 2422(its)S
  1651. 2567(character)S
  1652. 3043(argument)S
  1653. (converted)477 3530 A
  1654. 4037(to)S
  1655. 4161(lower-case.)S
  1656. 5211 V
  1657. 1116(match(s,@re@))S
  1658. 2016(Compares)S
  1659. 2548(the)S
  1660. 2738(string)S
  1661. 3056(`)S
  1662. 3087(`s')S
  1663. 3206(')S
  1664. 3289(to)S
  1665. 3425(the)S
  1666. 3615(regular)S
  1667. 4002(expression)S
  1668. 4562(`)S
  1669. 4593(`re')S
  1670. 4760(')S
  1671. 4844(and)S
  1672. 5349 V
  1673. 2016(returns)S
  1674. 2383(the)S
  1675. 2561(number)S
  1676. 2960(of)S
  1677. 3091(matches)S
  1678. (found)281 3518 A
  1679. 3829((zero)S
  1680. 4109(if)S
  1681. (none).)305 4214 A
  1682. 5625 V
  1683. 12 B
  1684. 936(Authors)S
  1685. 5937 V
  1686. 12 I
  1687. 1116(Awk)S
  1688. 12 R
  1689. 1354(was)S
  1690. (written)345 1573 A
  1691. 1948(by)S
  1692. 2098(Saeko)S
  1693. 2423(Hirabauashi)S
  1694. 3039(and)S
  1695. 3243(Kouichi)S
  1696. 3663(Hirabayashi.)S
  1697. 8427 V
  1698. EP
  1699. %%Trailer
  1700. %%DocumentFonts: Times-Roman Times-Bold Times-Italic Helvetica
  1701. %%Pages: 4