Find your string and string file associated file with it.
Find your string and string file associated file with it.
Suppose that you want to find string “Linuxmunch” and file also which keep this string.
[[email protected] ~]$ vi `find . -name “*” -exec grep -l linuxmunch {} \; -print`
After typing above command it search your word and open the file associated with it, after that you can edit it easily.
Find your string & files
Related posts
- Multi IP Ping Host Table March 27, 2018
Leave a Reply Cancel Reply
Latest Posts
- Modifies files date and times May 4, 2018
- Track Your Linux Login & Logout April 12, 2018
- Linux Tasks Alert April 12, 2018