/ Published in: Bash
Expand |
Embed | Plain Text
//this command find any file name that contains "searchterm" grep -lir "text to find" * //this command finds files with the searchterm name find / -iname "*searchterm*" ;
You need to login to post a comment.
