s****r 发帖数: 710 | 1 用find -name命令查找文件和目录,如果搜索范围大,经常会出现一大堆Permission
denied的垃圾信息,如何过滤掉它们,之前好象有人问过,但我找不到那个帖子了。谢谢
指教。 | H***a 发帖数: 189 | 2 add this in the end of the command line
2> /dev/null
【在 s****r 的大作中提到】 : 用find -name命令查找文件和目录,如果搜索范围大,经常会出现一大堆Permission : denied的垃圾信息,如何过滤掉它们,之前好象有人问过,但我找不到那个帖子了。谢谢 : 指教。
| q*****g 发帖数: 1568 | 3 Only bash can do this, tcsh is not that smart for instance, hehe.
【在 H***a 的大作中提到】 : add this in the end of the command line : 2> /dev/null
|
|