Hi all,
I am trying to get a get a list of files which are over a certain date, I am aware that " ls -c -t " will sort files and bring back the newest files first in a directory but I need only those that are older than a certain date (that is not all of them).
I suppose I need to supply a parameter of some type but I can´t work out how, anyone got any pointers? thanks
Anthony
I am trying to get a get a list of files which are over a certain date, I am aware that " ls -c -t " will sort files and bring back the newest files first in a directory but I need only those that are older than a certain date (that is not all of them).
I suppose I need to supply a parameter of some type but I can´t work out how, anyone got any pointers? thanks
Anthony