whenever i execute find command for searching for some file
like
find . -name "abc"
specially from the root,it displays lots of "cannot open or cannot search "
how can suppress those messages?is there any flag for that?
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
You can direct the standard error stream to
| |||
|
feedback
|
|
you can suppress by piping stderr(2) to
| |||
|
feedback
|