I did RTMP. I am trying to find a directory with this command
find /users/dan/ -name 'Prams' -type d
I see a huge amount of 'No such file or directory' outputs. Is there a way to make find shutup if it doesn't find anything?
|
|
Try this:
|
|||||||||||
|
|
You can suppress the STDERR output:
Or you can use
The |
|||
|
|
|
His syntax is correct if indeed There should be no 'No such file or directory' outputs in the first place.
|
||||
|
|