xref
: /
freebsd
/
contrib
/
one-true-awk
/
testdir
/
t.builtins
(revision 86dc8398c9ca2283c5d6984992b7a585257b5adb)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
/^[0-9]/ { print $1,
2
length($1),
3
log($1),
4
sqrt($1),
5
int(sqrt($1)),
6
exp($1 % 10) }
7