diffing special chars

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: sinck@ugive.com
日付:  
題目: 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

:-)