Find a string in all files of the system Get link Facebook X Pinterest Email Other Apps By amarama September 22, 2011 find / -type f -print0 | xargs -0 grep -i "string" Get link Facebook X Pinterest Email Other Apps Comments
Comments