Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
least, this is the impression I get from looking at a lot of Perl docs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
an ``a'' command that has an escaped newline on the
last line of the last script that we're processing.
|
|
|
|
|
|
|
|
|
|
regular expressions. hubert.feyrer@rz.uni-regensburg.de
|
|
bostic, mark@linus.demon.co.uk, davidg, and bde.
|
|
|
|
|
|
grep '"' | cut -d':' -f1`; do
sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x
cat x > $i
done
|
|
|
|
|
|
|
|
|
|
|
|
|