TetaTricks/numberlines.awk
2020-09-27 17:15:15 +02:00

5 lines
52 B
Awk
Executable File

#!/usr/bin/awk -f
{ printf "%5d\t%s\n", NR, $0; }