Ticket #2718 (closed enhancement: invalid)
select files by modification date
Reported by: | jacek_kal | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mc-core | Version: | master |
Keywords: | search filfer dates | Cc: | gotar@… |
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
Is there a possibility to add selecting files by date or search files by date?
For example:
I have a directory with 5000 files. I must select all files modified after specified date (before selected date or between dates), eg. files older that 31th Dec 2011.
Then I have to move, copy or delete those files.
Change History
comment:2 Changed 13 years ago by jacek_kal
It is impossible to select 3000 files from 5000 in directory within acceptable time.
Selecting using Insert key takes few minutes.
Or is there other, quickest way to select files?
comment:4 Changed 13 years ago by jacek_kal
Maybe Your answer is not in a topic, or I don't understand how to use "+" key.
What pattern I have to write, to select files with "random" names?
Once more - I need to select files between specified date, and not with filename pattern.
comment:5 Changed 13 years ago by angel_il
ok, you can use External panalize
0) touch -d "Jun 01 00:00 2011" /tmp/.date1
1) enter into your BIG dir
2) press C-x ! (External panalize )
3) add new command like a "find . -type f \( -newer /tmp/.date1 \) -print"
execute this command
Sort files by date then select what you need.