
vdir
List of commands for vdir:
-
vdir:tldr:0a4c2 vdir: List grouping directories first.$ vdir --group-directories-firsttry on your machineexplain this command
-
vdir:tldr:2c3c3 vdir: List with sizes displayed in human-readable units (KB, MB, GB).$ vdir -htry on your machineexplain this command
-
vdir:tldr:323fa vdir: List files and directories sorting entries by size (largest first).$ vdir -Stry on your machineexplain this command
-
vdir:tldr:7f5e0 vdir: List files and directories sorting entries by modification time (newest first).$ vdir -ttry on your machineexplain this command
-
vdir:tldr:a899d vdir: List files and directories in the current directory, one per line, with details.$ vdirtry on your machineexplain this command
-
vdir:tldr:dfc0d vdir: Recursively list all files and directories in a specific directory.$ vdir --recursive ${path-to-directory}try on your machineexplain this command
-
vdir:tldr:f471f vdir: List including hidden files (starting with a dot).$ vdir -atry on your machineexplain this command