My notes and Other stuff:
The things, I came across. {{For my own reference}}
Monday, 21 February 2011
Search a string in directory
Search a string in directory
Shell Script
for i in `ls *`
do
echo $i
cat $i | grep search-string
done
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment