Need help!!


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Need help!!
# 1  
Old 08-20-2008
Bug Need help!!

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 Smilie

Rotem
# 2  
Old 08-20-2008
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
# 3  
Old 08-20-2008
You aren't using a shell or your shell's PATH is not working correctly.
 
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question