awk/testdir/bundle.awk

4 lines
67 B
Awk
Raw Permalink Normal View History

2019-06-23 05:13:57 -04:00
# bundle - combine multiple files into one
{ print FILENAME, $0 }