Results 1 to 2 of 2
Hello Community,
I'm a newby in linux's world.
I need a help with a command.
If I search the word google in the file.log I have many, many results that ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-06-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 1
help with GREP command
Hello Community,
I'm a newby in linux's world.
I need a help with a command.
If I search the word google in the file.log I have many, many results that can't be listed in a page. Than, if I scroll back withe the mouse, I can't see all of them.
1) How can I execute the grep command in order to see all results?
2) I can I exit to that command?
Thanks
- 09-06-2010 #2
grep -i google file.log
This and much more is in man grep.


Reply With Quote
