
dust
List of commands for dust:
-
dust:tldr:0a725 dust: Display information for the current directory, up to 3 levels deep.$ dust --depth ${3}try on your machineexplain this command
-
dust:tldr:211ad dust: Display 30 directories (defaults to 21).$ dust --number-of-lines ${30}try on your machineexplain this command
-
dust:tldr:32c4a dust: Display information for a space-separated list of directories.$ dust ${path-to-directory1} ${path-to-directory2}try on your machineexplain this command
-
dust:tldr:63712 dust: Display information for the current directory.$ dusttry on your machineexplain this command
-
dust:tldr:66ebe dust: Do not display percent bars and percentages.$ dust --no-percent-barstry on your machineexplain this command
-
dust:tldr:9b85b dust: Ignore all files and directories with a specific name.$ dust --ignore-directory ${file_or_directory_name}try on your machineexplain this command
-
dust:tldr:e83a6 dust: Display the biggest directories at the top in descending order.$ dust --reversetry on your machineexplain this command