Is there any GUI software that can explore a tree and find all files with size greater than some amount? Neither Nautilus nor Nemo seem to be able to do this. In my memory, I could do this with PC-Tools in DOS 3.0.
Is there any GUI software that can explore a tree and find all files with size greater than some amount? Neither Nautilus nor Nemo seem to be able to do this. In my memory, I could do this with PC-Tools in DOS 3.0.
In the shell tools we have
find
:For files over 1 megabyte.
And in the GUI's we have the Disk Usage Analitizer (baobab):
There is a bunch more on this question of SuperUser, but for all ends and propose baobad is enough.
When I need make more free space on servers I use this command. It find all files bigger then 50 MB and "du -h" make berret list of files and "sort -n" after pipe make list numericcaly sorted by file size.
gnome-search-tool
is what I use. Very simple. It has the "Size is at least" filter where you can specify minimum file size. See screen print for searching my ISOs folder with a minimum size of 10,000,000 KB in size.And if you are looking to search for a particular type of file, use this:
Searches for all files of type .js with a size greater than 1MB