find and -atime option: search big files

From: Gerard Henry (ghenry@cmi.univ-mrs.fr)
Date: Wed Jul 13 2005 - 11:41:33 EDT


Hi,

to find big old files, i use this command in my account:
find . \! -local -prune -o -atime +60 -size +1000 -exec ls -l {} \;

if i repeat it many times, it finish to return nothing, as if file
access time was modified by find. Am i true?

is there a meaning to print big files with size in a human readable
format, like
123M toto
47M tata
3G titi
...

i tried something like:
find . -type f -size +10000000c | xargs wc -c

thanks in advance,

gerard
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:31:06 EDT