xref: /illumos-gate/usr/src/test/util-tests/tests/awk/gnu/pipeio2.ok (revision f52943a93040563107b95bccb9db87d9971ef47d)
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