xref
: /
netbsd-src
/
external
/
historical
/
nawk
/
dist
/
testdir
/
bundle.awk
(revision 901e7e84758515fbf39dfc064cb0b45ab146d8b0)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# bundle - combine multiple files into one
2
3
{
print
FILENAME
, $
0
}
4