[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sed (was Re: hebrew under netscape)



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 linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il