Originally posted by: vbalaji11
Dear friend,
Thanks again. I am clear how the dates from the sheet is utilised in the find command later piped by ur grep.
In find command " find . -mtime +12 ! -mtime +16 ", I have assumed like " ! " helps in fetching the files that are having the (mintime - initialisation time) prior to END date. i.e. like a NOT gate. While the later -mtime 16 helps in fetching the files that are older than the (mintime - init time) START DATE.
Just correct, if I am wrong anywhere.
It really helped :)
#AIX-Forum