The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
How to find a word in a all the files in a Directory??
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
How to find a word in a all the files in a Directory??
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
09-30-2008
harshakirans
Registered User
Join Date: Sep 2008
Location: Bangalore, India
Posts: 5
Hi,
Try this out.
[code]
find . -type f -exec grep -i searchstring \{\} filename;
[\code]
harshakirans
View Public Profile
Find all posts by harshakirans
Find harshakirans's past nominations received
Find harshakirans's present nominations given