Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想找到所有包含特定设置值的文件,比如说“字符串”。使用命令“grep -r string”简单地查找“string”是否安全?或者“字符串”是否可能以某种方式隐藏在 grep 无法发现的不同格式下(不包括加密)?
grep不会帮助您string在加密文件中查找。它只是在文件中查找模式。
grep
string