grep
e.g.
grep India *.txt 2>&1|tee output.log
You can find useful Tips and Tricks on this Blog
>>> Code >>>>>>
@fileList = (”file1.txt”,”file2.pl”,”file3.java”);
unlink @filelist;
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
The above code will delete files in fileList arry from current directory. If you want to remove files from a specific directory first use “chdir