xref
: /
freebsd
/
contrib
/
one-true-awk
/
testdir
/
t.d.x
(revision 23f24377b1a9ab6677f00f2302484d6658d94cab)
Home
History
Annotate
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
*23f24377
S
Warner Losh
BEGIN
{
FS
=
":"
;
OFS
=
":"
}
2
*23f24377
S
Warner Losh
{
print
NF
" "
,$0}
3