vurstartup.blogg.se

Unix find files by date modified
Unix find files by date modified












unix find files by date modified

So, if I want to get the files after noon, I could write the following: I discovered that this type of filtering is actually quite easy to do with the "find" command.

unix find files by date modified

rw-r-r- 1 markneedham wheel 3.1K 23 Jun 11:49 foo/īut I wanted to split the files in half so that I could have the ones created before and after noon on June 23. rw-r-r- 1 markneedham wheel 3.1K 23 Jun 11:49 foo/ rw-r-r- 1 markneedham wheel 3.9K 23 Jun 13:44 foo/ rw-r-r- 1 markneedham wheel 3.8K 23 Jun 13:44 foo/ rw-r-r- 1 markneedham wheel 13K 23 Jun 13:44 foo/ rw-r-r- 1 markneedham wheel 2.8K 23 Jun 13:44 foo/ rw-r-r- 1 markneedham wheel 2.7K 23 Jun 11:49 foo/ rw-r-r- 1 markneedham wheel 9.5K 23 Jun 11:49 foo/ rw-r-r- 1 markneedham wheel 5.8K 23 Jun 14:00 foo/ rw-r-r- 1 markneedham wheel 2.5K 23 Jun 14:00 foo/ rw-r-r- 1 markneedham wheel 12K 23 Jun 13:44 foo/ rw-r-r- 1 markneedham wheel 4.8K 23 Jun 14:00 foo/ rw-r-r- 1 markneedham wheel 11K 23 Jun 13:44 foo/ rw-r-r- 1 markneedham wheel 8.6K 23 Jun 11:49 foo/ rw-r-r- 1 markneedham wheel 2.5K 23 Jun 14:00 foo/














Unix find files by date modified