summaryrefslogtreecommitdiff
path: root/static/freebsd/man6/t.6
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man6/t.6')
-rw-r--r--static/freebsd/man6/t.68
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
+ }
+}