Timeline for How do I do a ls and then sort the results by date created?
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 6, 2020 at 21:01 | comment | added | user239558 | Lots of warnings/errors in this.. Use of uninitialized value $datestring in pattern match (m//) at sort-by-create-time.pl line 43. Use of uninitialized value $1 in hash element at sort-by-create-time.pl line 48. Use of uninitialized value in subroutine entry at /usr/lib/x86_64-linux-gnu/perl5/5.22/DateTime.pm line 197. Use of uninitialized value within @DB::args in list assignment at /usr/share/perl/5.22/Carp.pm line 228. The 'minute' parameter (undef) to DateTime::new was an 'undef'... | |
| Jan 24, 2017 at 20:48 | comment | added | Jonathan Cross | Also good to mention that some files may have metadata (such as exif) which record the creation date/time. If all of your files happen to be digital photos for example, you most likely have this data. Here is an example using perl's Image::ExifTool. | |
| Mar 3, 2016 at 11:53 | review | Late answers | |||
| Mar 3, 2016 at 12:01 | |||||
| Mar 3, 2016 at 11:38 | review | First posts | |||
| Mar 3, 2016 at 11:41 | |||||
| Mar 3, 2016 at 11:37 | history | answered | Denny | CC BY-SA 3.0 |