hi

just a remark :

sed -e 'sed -e 's/8859-8/8859-z/g' -e 's/88598/8859z/g' -e
's/8859_8/8859_z/g' ${netscape}.old | ...

is equivelent to:

sed 's/8859-8/8859-z/g;s/88598/8859z/g;s/8859_8/8859_z/g'
${netscape}.old | ...

regards
erez

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to