|
i checked that way ,but thats not the effective way in my case....
actually my files will contain some dates in it in the format y-m-d.so i need to do
cat filename | grep "the latest date"
i have to go inside the file to serch the latest date.......
so asking how to grep the latest date inside file
|