• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

List/Search for File by Specified Date

amdnVuser

Senior member
Does anyone know how to list or search for files by a specified date in UNIX or Linux from the command line? The closest thing I could figure out is

find /filepath/ -name "file" -ctime +1
(or -atime or -mtime)

However, this only gives files older than a certain # of days. I need to specify the date, and I didn't really see how to do so from the man pages for "find" or "ls".
 
Thanks for the idea. That worked like a charm. I haven't been at the UNIX or Linux command line in a while, so sorry for the newbishality.
 
Back
Top