我需要在整个服务器上使用 grep 工具。
我尝试了以下方法:
grep -r 'MyString' / grep -r 'MyString' /*
然而,这些似乎都不起作用。有什么建议?
linux grep
grep ×1
linux ×1