tcsh
在 RHEL-8.10 中运行。
做了之后grep -l <something> *
我得到了很多Is a directory
回应。
在 bash 中我会 grep -l <something> * 2>/dev/null
抑制这一点。
tcsh 中的等效语法是什么?
tcsh
在 RHEL-8.10 中运行。
做了之后grep -l <something> *
我得到了很多Is a directory
回应。
在 bash 中我会 grep -l <something> * 2>/dev/null
抑制这一点。
tcsh 中的等效语法是什么?
来自 tcsh 手册页:
如果由于某种原因该解决方法不可行,请考虑切换到其他更强大的 shell。