How to see the disk space occupied by a certain type of files in folders ?
Moderators: Hacker, petermad, Stefan2, white
How to see the disk space occupied by a certain type of files in folders ?
Is there a way to make Total Commander display the disk space of all directories in the current directory, but only consider files of a certain type? I have a deep and extensive structure and I want to e.g. find out where the most photos are.
Something like Alt+Shift+Enter combined with Alt+F7 (or Num+).
Something like Alt+Shift+Enter combined with Alt+F7 (or Num+).
Re: The disk space occupied by a certain type of files in folders
For This, i use WizTree with filter and admin to have fast ntfs lookup. I start from TC like
You get all you need and blazing fast.
Code: Select all
TOTALCMD#BAR#DATA
<PathTo>WizTree.exe
/admin=1 /filter="*.png|*.jpg|*.gif|*.tiff|*.raw"
<PathTo>WizTree.exe
-1
Re: The disk space occupied by a certain type of files in folders
This command doesn't seem to work. It cannot pass the current directory to wiztree.
I am also looking for a way to pass the current directory to wiztree
I am also looking for a way to pass the current directory to wiztree
Re: How to see the disk space occupied by a certain type of files in folders ?
What / how have you attempted right now ?
Re: The disk space occupied by a certain type of files in folders
Enable the Context menu under options.ootoo wrote: 2024-08-19, 15:57 UTC This command doesn't seem to work. It cannot pass the current directory to wiztree.
I am also looking for a way to pass the current directory to wiztree
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: The disk space occupied by a certain type of files in folders
Specify "%P" as the first parameter.ootoo wrote: 2024-08-19, 15:57 UTC This command doesn't seem to work. It cannot pass the current directory to wiztree.
Overquoting is evil! 👎
Re: How to see the disk space occupied by a certain type of files in folders ?
Code: Select all
/d:/admin=1 /path="%P"
Re: How to see the disk space occupied by a certain type of files in folders ?
Just now I replied, changed the parameters, and it worked
Probably just now I selected the context menu and turned it off
Probably just now I selected the context menu and turned it off
Code: Select all
/d:/admin=1 "%P"
Re: How to see the disk space occupied by a certain type of files in folders ?
I don't see you doing as I wrote.
Code: Select all
"%P" /admin=1 /filter="*.png|*.jpg|*.gif|*.tiff|*.raw"
Overquoting is evil! 👎
Re: How to see the disk space occupied by a certain type of files in folders ?
It's more perfect, thank youFla$her wrote: 2024-08-20, 08:44 UTCI don't see you doing as I wrote.Code: Select all
"%P" /admin=1 /filter="*.png|*.jpg|*.gif|*.tiff|*.raw"