diff options
Diffstat (limited to 'static/freebsd/man6/t.6')
| -rw-r--r-- | static/freebsd/man6/t.6 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/freebsd/man6/t.6 b/static/freebsd/man6/t.6 new file mode 100644 index 00000000..177d01e5 --- /dev/null +++ b/static/freebsd/man6/t.6 @@ -0,0 +1,8 @@ +/a|b|c/ { + i = $1 + print + while (i >= 1) { + print " ", i + i = i / 10 + } +} |
