« Dynamic construction of EML xml file name | Main | Convert Igor Pro date/time to Excel data/time »
September 07, 2012
Query for recent files via command line in Ubuntu
From this thread:
$ sudo find -L /home/data/ -type f -newerct '-10 days'
This search the User's home directory (and subdirectories) for files created (or modified?) within the the last 10 days.
Posted by kkwaiser at September 7, 2012 10:44 AM