Tom Russello writes:
> As a first step,
Is this your second first step? ;-)
As 3rd and 4th first steps, I'd suggest:
Format short options properly:
perl -pi -e "s/'(-[a-z])'/\`\$1\`/g" *.txt
Format long options properly:
perl -pi -e "s/'(--[a-z][a-z=<>-]*)'/\`\$1\`/g" *.txt
This does not hav
As a first step, this change configuration variables that where in italic style
to monospace font according to the guideline. It was obtained with
grep '[[:alpha:]]*\.[[:alpha:]]*::$' config.txt | \
sed -e 's/::$//' -e 's/\././' | \
xargs -iP perl -pi -e "s/\'P\'/\`P\`/
2 matches
Mail list logo