5 rindas
52 B
Awk
Izpildāmais fails
5 rindas
52 B
Awk
Izpildāmais fails
#!/usr/bin/awk -f
|
|
|
|
{ printf "%5d\t%s\n", NR, $0; }
|
|
|