I am mounting a backup script and need to create a check to see if any files in a folder were created in the last 7 days, what is the way to do this? I know that the ls -lt
command lists the files in the order of last creation or change and shows the month, day, hour and minute, how can I use this information?