Does anyone know any software that search in the network shares the files types that take up more space? I'd like to delete some files, my storage space is finishing.
Thiago, You could use scripting. find /path/to/data -type f -size +10M would find all files 10 megabytes or larger in your data share. For more details ==> man find Dale On 08/31/2011 6:44 AM, Thiago Ferreira wrote:> Does anyone know any software that search in the network shares the files > types that take up more space? > I'd like to delete some files, my storage space is finishing.
On Wed, Aug 31, 2011 at 6:44 AM, Thiago Ferreira <thiagoferreira05 at gmail.com> wrote:> Does anyone know any software that search in the network shares the files > types that take up more space? > I'd like to delete some files, my storage space is finishing.I've used WinDirStat before, nice visual display of space used