Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Find directories lt 7 days old

by KurtSchwind (Chaplain)
on Apr 03, 2015 at 15:12 UTC ( [id://1122363]=note: print w/replies, xml ) Need Help??


in reply to Find directories lt 7 days old

Perl is nice. But if you are on a *nix box, just use the find command directly.

find /path/to/start/dir -type d -ctime -7
--
“For the Present is the point at which time touches eternity.” - CS Lewis

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1122363]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (2)
As of 2024-04-25 22:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found