I'm trying to find files that have dates within a specific time range (like the last 2 months).
How do I go about doing that?
The find command has an -ls argument, which would provide the functionality you desire:
find
find /path -mtime -60 -ls
Good luck.
This is a collaboratively edited question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.
Got a question about the site itself? meta is the place to talk about things like what questions are appropriate, what tags we should use, etc.
about » faq » meta »
tagged
asked
11 months ago
viewed
292 times
active