File Search

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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@xxxxxxxxxxxx>
Blake Measurement Ltd


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux