On 01/12/06, Brian Dessent <[EMAIL PROTECTED]> wrote:
sed -e 's,search,replace,g'
perl -pe 's,search,replace,g'
awk '{ gsub(/search/, "replace"); print }'

Thanks about that example! That would take me a lightyear to learn with sed.

(I am not so good with english documentations;))

--
Regards,
Solarius


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to