The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 05-19-2006
yuimyt yuimyt is offline
Registered User
  
 

Join Date: May 2006
Posts: 3
Question Search file contain some text

I am loging as root right now.

I like to search and find the file that contain the text of "NBC 10.5" Both string and number.

I know I need to use grep, but how do I use it???

Oh, yeah if I do, grep 'NBC' *
then it gives me error
grep: can't open usage

i thought root can open any files....