5 lines
52 B
Awk
Executable File
5 lines
52 B
Awk
Executable File
#!/usr/bin/awk -f
|
|
|
|
{ printf "%5d\t%s\n", NR, $0; }
|
|
|