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
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)