HardenedBSD/contrib/awk/test/fstabplus.awk

3 lines
48 B
Awk
Raw Normal View History

1997-10-14 20:17:11 +02:00
BEGIN { FS = "\t+" }
{ print $1, $2 }