HardenedBSD/contrib/awk/test/fstabplus.awk
1997-10-14 18:17:11 +00:00

3 lines
48 B
Awk

BEGIN { FS = "\t+" }
{ print $1, $2 }