LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how do i locate files? (https://www.linuxquestions.org/questions/linux-software-2/how-do-i-locate-files-82510/)

Pleasure 08-16-2003 07:36 AM

how do i locate files?
 
how do i locate files which are last access for like say 6mth and larger then maybe lets say 1mb by using the "find" command?

anyone have any idea on it?
thanks..

leonscape 08-16-2003 07:57 AM

find /directory/to/start -size +100000c -atime 182

+1000000c means over a Million bytes. atime comes in days.

For other options see http://www.computerhope.com/unix/ufind.htm

Pleasure 08-16-2003 08:42 AM

thx man....

but one question..

when i do the command -atime 182 and -atime +182 the result comes out is different....

any clue of why this is?


All times are GMT -5. The time now is 12:22 PM.