查找当前目录文件中的字符串


find .|xargs grep -ri "ECDSA_SIG" -l

grep "str" ` find . name "*"`

原文地址:https://www.cnblogs.com/wal1317-59/p/11982493.html