rm no dir?
On Fri, Feb 17, 2012 at 11:09, Joachim Backes
<joachim.backes@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.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
|