source: trunk/essentials/sys-apps/gawk/test/pipeio2.ok

Last change on this file was 3076, checked in by bird, 18 years ago

gawk 3.1.5

File size: 470 bytes
Line 
1'echo January 1997 | sed "s/[0-9]/./g"'
2January ....
3'echo S M Tu W Th F S | sed "s/[0-9]/./g"'
4S M Tu W Th F S
5'echo 1 2 3 4 | sed "s/[0-9]/./g"'
6. . . .
7'echo 5 6 7 8 9 10 11 | sed "s/[0-9]/./g"'
8. . . . . .. ..
9'echo 12 13 14 15 16 17 18 | sed "s/[0-9]/./g"'
10.. .. .. .. .. .. ..
11'echo 19 20 21 22 23 24 25 | sed "s/[0-9]/./g"'
12.. .. .. .. .. .. ..
13'echo 26 27 28 29 30 31 | sed "s/[0-9]/./g"'
14.. .. .. .. .. ..
15'echo | sed "s/[0-9]/./g"'
16
Note: See TracBrowser for help on using the repository browser.