my Linux stuff
Some tricks and stuff I collected around Linux Virtualization Cloud and NFV
Showing posts with label
find word in linux file-system
.
Show all posts
Showing posts with label
find word in linux file-system
.
Show all posts
Monday, November 3, 2014
How to find word in linux file-system?
#i stands for upper/lower case (optional in your case).
#R stands for recursive.
#l stands for "show the file name, not the result itself`.
grep -Ril "text-to-find-here" /
Older Posts
Home
Subscribe to:
Posts (Atom)