awk/testdir/t.split2

2 lines
36 B
Plaintext
Raw Permalink Normal View History

2019-06-23 05:13:57 -04:00
{ split ($0, x); print x[2], x[1] }