rm no dir?

suvayu ali fatkasuvayu+linux at gmail.com
Fri Feb 17 18:03:30 UTC 2012


On Fri, Feb 17, 2012 at 11:09, Joachim Backes
<joachim.backes at rhrk.uni-kl.de> wrote:
> On 02/17/2012 10:20 AM, FRank Murphy wrote:
>> Still learning:
>>
>> find /nfs/yum/x86_64/16/_local/ -type f ! \( -name packages \) | xargs
>> echo rm
>>
>> seems to be it.
>>
>
> Beware if the path or filename contains blanks or some other whitespaces!
>

find .... -print0 | xargs -0 ....

-- 
Suvayu

Open source is the future. It sets us free.


More information about the users mailing list