Many small edits.

This commit is contained in:
rsc 2005-01-13 04:49:19 +00:00
parent 741f510ce7
commit c8b6342d3c
160 changed files with 2204 additions and 864 deletions

View file

@ -2,7 +2,7 @@
builtin cd $1
for (i in [a-z0-9:]*) {
b=`{echo $i | sed 's/\..*//'}
9sed -n '
9 sed -n '
/SH *NAM/,/SH/{
/SH/d
s/, *$//
@ -34,4 +34,4 @@ for (i in [a-z0-9:]*) {
q
' $i
echo $b $i
} |sort -u
} |9 sort -u