diffing special chars

Page principale
Attachements:
Message en tant que courrier électronique
+ (text/plain)
Supprimer ce message
Répondre à ce message
Auteur: sinck@ugive.comsinckugive.com
Date:  
Sujet: diffing special chars
\_ 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

:-)