bug-findutils
[Top][All Lists]
Advanced

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

Re: help us to resolve this command


From: Bernhard Voelker
Subject: Re: help us to resolve this command
Date: Fri, 18 Aug 2017 17:04:00 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 08/18/2017 04:07 PM, Aman ulla wrote:
> Kindly explain us with modified full working  syntax.  

I don't know if the resulting command is what you intend to achieve,
I just can tell you how to avoid the syntax error: just put a space
character _before_ the "-name" option:

$ find /root/home/ -mindepth 1 -type f -not -name '.*' -delete && find 
/root/home/ -type d -not \( -name '.*' -or -name 'Desktop' -or -name 
'thinclient_drives' \) -deleteā€Ž

Have a nice day,
Berny




reply via email to

[Prev in Thread] Current Thread [Next in Thread]