Results 1 to 3 of 3
Hi all,
how can I find text files, where a sertain sentence occurs?
Thanks beforehand,
regards, sipungora...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-10-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 2
Search for text file(s)
Hi all,
how can I find text files, where a sertain sentence occurs?
Thanks beforehand,
regards, sipungora
- 10-10-2008 #2
You can use the grep command as follows:
Cheers,Code:grep -r "string to find" /directory/to/look/in
danielsmwRegistered Linux User: #479567
Asking a question? Read this page first.
Now... sudo make me a sandwich.
ratiocinativeroot.blogspot.com
- 10-12-2008 #3Just Joined!
- Join Date
- Sep 2008
- Posts
- 2
Thank you, danielsmw, very much.
Would you like to say me how can I search in hide files?
Thanks beforehand,
Regards, buters


Reply With Quote
