Hi all.,
i am using the follwowing command..
ls -ltr TNT.*.*.*.ctl* | awk -F" " '{print $6" "$7 }'
the output is:
Feb 27
Feb 27
Feb 27
Feb 27
Feb 28
Feb 28
Mar 9
Mar 21
Mar 21
from this output i am trying to get the FIND the files on march 21. i am using the find command no results.
can anyone please give me some suggestions
thanks
pavi