The UNIX and Linux Forums  


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




Thread: Need help!!
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 08-20-2008
ynilesh's Avatar
ynilesh ynilesh is offline
Registered User
  
 

Join Date: Oct 2007
Location: Bangalore, India.
Posts: 222
Please do mention informative subject. It help us to get an idea of issue.

Quote:
Hello

Im trying to use the 'grep' command.
when I type :

grep "hello" /library

I get a "grep undeclerd" error.

What am I doing wrong?

Do i have to include a certion header file?

Any help will be highly appreciated.

Thank you

Rotem
Are you trying to search "hello" word in files present under /library ? if yes, please try this

Code:
grep "hello" /library/*

- nilesh