Find the file in the current directory string


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

 

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

Guess you like

Origin www.cnblogs.com/wal1317-59/p/11982493.html