freebsd-dev/contrib/awk/test/reparse.awk
1997-10-14 18:17:11 +00:00

8 lines
67 B
Awk

{
gsub(/x/, " ")
$0 = $0
print $1
print $0
print $1, $2, $3
}