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/*