diffing special chars

sinck@ugive.com sinck@ugive.com
Fri, 25 Aug 2000 07:31:18 -0700 (MST)


\_ For now I'm using perl on the file after it was created. Already had to do
\_ that for something else, so it's not a great sin, just something else to
\_ try to move back to shell later on :).

You make it sound so hard:

lartmebofh% perl foo.pl
<...>
lartmebofh% cat > foo.sh
#!/bin/sh

perl foo.pl
^D
lartmebofh% chmod +x foo.sh
lartmebofh% foo.sh
<...>
lartmebofh%

simple as pie.

David

:-)