Answers for "how to silence operation not permitted"

0

how to silence operation not permitted

Just add "2>/dev/null" at the end of your command pipe as for example:
find . -name log 2>/dev/null
Posted by: Guest on October-27-2020

Code answers related to "how to silence operation not permitted"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language