xref
: /
netbsd-src
/
external
/
historical
/
nawk
/
dist
/
testdir
/
t.d.x
(revision dd75ac5b443e967e26b4d18cc8cd5eb98512bfbf)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
FS
=
":"
;
OFS
=
":"
}
2
{
print
NF
" "
,$0}
3