There are some log files on my server (CentOS), filenames are like this: 20070929210001.srv0912.tgz
I need to find logfiles between -72 and -2 hours from current date (time). Is it possible to do it with some UNIX commands and implement in shell script then?
