freebsd_amp_hwpstate/contrib/awk/test/reparse.awk

8 lines
67 B
Awk

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