Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by obie1kenobie

  1. obie1kenobie

    Is there a search command that will look for strings inside text files

    Another option to try is the following.... find /somedir -exec grep "searchstring" {} /dev/null \; Short explanation about the "/dev/null" thing... If you leave it out, the command will return all the search strings, but it will not tell you in which file it resides. By...

Part and Inventory Search

Back
Top