Output with line numbers
The snippet can be accessed without any authentication.
Authored by
Dmytro Bogatov
Edited
numbering.sh 44 B
output | awk '{printf("%03d %s\n", NR, $0)}'
Please register or sign in to comment