index
:
manpage.git
main
Man page website.
Jacob McDonnell
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
static
/
freebsd
/
man6
/
t.6
blob: 177d01e5a39782b3c014d7c90ad037115ee0a311 (
plain
)
1
2
3
4
5
6
7
8
/a|b|c/ { i = $1 print while (i >= 1) { print " ", i i = i / 10 } }