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/ -mi
On 08/18/2017 09:05 AM, Aman ulla wrote:
> Still waiting for your support.
Kamil already answered on August 11th:
http://lists.gnu.org/archive/html/bug-findutils/2017-08/msg4.html
> # find /root/home/ -mindepth 1 -type f -not -name '.*' -delete && find
> /root/home/ -type d -not \(-name '.*'
ng error msg.
Kindly tell us, to resolve this.
Thanks in Advance.
Regards,
Amanulla.S
Sent from my BlackBerry smartphone.
Original Message
From: Aman ulla
Sent: Friday 11 August 2017 4:17 PM
To: bug-findutils@gnu.org
Subject: Fwd: help us to resolve this command
how can i run th
On Friday, August 11, 2017 16:17:30 Aman ulla wrote:
> how can i run this command in our centos 7 server to get results..?
It depends on which results you want to get. My suggestion is not to run
commands as root unless you really understand what they do ;-)
> # find /root/home/ -mindepth 1 -ty
how can i run this command in our centos 7 server to get results..?
# 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
this command gives this error.
find: paths must precede e