unplugged-system/external/one-true-awk/testdir/t.reFS

3 lines
39 B
Plaintext
Raw Normal View History

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