awk/testdir/t.1

3 lines
35 B
Groff
Raw Normal View History

2019-06-23 05:13:57 -04:00
BEGIN {FS=":"}
{print $1, $2, $3}