Can anyone help please. I am trying to find files that are older than 90days in a directory and subsequent directory within. Anyone have any ideas how I might do this.
I think I may need to use the find command along with touching a file which current date in some kind of ls loop.
e.g
directory A
within directory A there are subsequent directorys say B,D,E,F etc
I need to find all files in these directories that are older than 90 days.
thanks in advance
I think I may need to use the find command along with touching a file which current date in some kind of ls loop.
e.g
directory A
within directory A there are subsequent directorys say B,D,E,F etc
I need to find all files in these directories that are older than 90 days.
thanks in advance