File Search

Peter Blake peter at blake.org.uk
Fri Feb 17 17:39:54 UTC 2006


> Is there a way to search my server by file size?
> I want to only find files over a certain size.
> Command line only, no X server.
> Thanks,

find / -type=f -size=+XM -print > /tmp/flist

will record files greater than X Megabytes in the file /tmp/flist.

-- 
Peter Blake <peter at blake.org.uk>
Blake Measurement Ltd




More information about the fedora-list mailing list