I got lots of warnings when I search a certain file under a directory with lots of dangling links. I tried to use the -nowarn option to get rid of the warnings but in vain. The warnings I get look like:
find: ./foo/bar: No such file or directory
|
I got lots of warnings when I search a certain file under a directory with lots of dangling links. I tried to use the -nowarn option to get rid of the warnings but in vain. The warnings I get look like:
| ||||
|
feedback
|
|
You could redirect
though the concern here would be that you are ignoring all errors reported on stderr by | ||||
feedback
|
ls -lfor the directory in question may also help. Detailed questions make it easier for respondents to give relevant answers. – David Spillett Jan 26 '10 at 11:40