Kumar, Punit wrote:

> Hi guys,
>
> Need a quick help for all UNIX gurus out there,
>
> How do I search some text for example "enable" in all the file through
>
> all the file systems.
>
> Does this command work ?
>
> "grep enable"
>
> Thanks for any help.
>
> Punit.
>
If you for example want to find the string "enable" recursively, you can 
issue: grep -r "enable"
HTH

Francisco




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to