HardenedBSD/contrib/awk/test/anchgsub.awk
1997-10-14 18:17:11 +00:00

2 lines
35 B
Awk

{ gsub(/^[ ]*/, "", $0) ; print }