Computing.Net > Forums > Unix > Find command

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Find command

Reply to Message Icon

Name: sarahq
Date: May 5, 2004 at 20:57:17 Pacific
OS: unix
CPU/Ram: unix
Comment:

I need a find command that will give me files that were modified 3 days but less than 5 days ago. any help.



Sponsored Link
Ads by Google

Response Number 1
Name: sarahq
Date: May 5, 2004 at 20:58:50 Pacific
Reply:

its acutally files modied 3 days ago but less than 5 days.


0

Response Number 2
Name: Wolfbone
Date: May 6, 2004 at 00:27:36 Pacific
Reply:

find -type f -daystart -mtime +2 -mtime -5

find -type f -daystart -mtime 3 || -mtime 4


0

Response Number 3
Name: Castelior
Date: May 6, 2004 at 01:56:33 Pacific
Reply:

-daystart????


find . -type f -daystart -mtime +2 -mtime -5
find : 0652-017 -daystart is not a correct option.


0

Response Number 4
Name: Wolfbone
Date: May 6, 2004 at 02:43:11 Pacific
Reply:

Just skip it then! Curse you pesky non-GNU varmints ;)


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: Find command

Using find command www.computing.net/answers/unix/using-find-command-/2853.html

Limiting the find command www.computing.net/answers/unix/limiting-the-find-command/6637.html

find command - korn shell www.computing.net/answers/unix/find-command-korn-shell/5568.html