📜  如何使不允许的操作静音 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:16.157000             🧑  作者: Mango

代码示例1
Just add "2>/dev/null" at the end of your command pipe as for example:
find . -name log 2>/dev/null