{} \;
I get errors like:
"find: './dir3': No such a file or directory"
While the file did exist (and it accomolishes the operation with no problem), but it emits extra errors. How to avoid it ?
I have used the option "-ignore_readdir_race", but i see no effect.
Adding -f you won't see the error message
I found no f (probably "force") option in the man page(Nor did it work)
It's an option for rm
The error is emitted by the find command. rm is OK.
Обсуждают сегодня