I am looking for a command line file explorer/manager that displays the number of files for each directory.
For example, ncdu
displays the folder sizes:
I would like to have the same with the number of files.
I am aware of ls -la
or find
, however I want to be able to navigate through the folders. (with ls -la
one has to execute this command for each folder one wishes to analyze, and cd
in between). Example of folder navigation with ncdu
: