Re: [SLUG] Need help with a sed script

From: Timothy L. Jones (tim@timjones.com)
Date: Sun Aug 03 2003 - 11:09:27 EDT


El Sáb 02 Ago 2003 02:26 PM, Eben King escribió:
> If you have the GNU find/xargs, you can use
>
> find ... -print0 | xargs -0 ...
>
> to avoid this. This separates filenames with '\0', one of two illegal
> ext2 filename characters, I believe (the other being '/').

That is a great tip! I think my loop would still suffer from variable
expansion though. I'll try putting some escape quotes around the variable:
\"

Again, great tip!

tlj

-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS). Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 15:57:27 EDT