repo.or.cz
/
copyleftie-scripts.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
manr: fix
[copyleftie-scripts.git]
/
linum
blob
2683b97136c344d02a57c50dc47177328cd50249
1
#!/bin/rc
2
# as seen in Kernighan & Pike, PROGRAM DESIGN IN THE UNIX ENVIRONMENT
3
4
if (~ $#* 0)
5
exec usgerr `{basename $0} file1 [file2 ...]
6
7
for (f)
8
awk '{ print NR, "\t", $0 }' $f