vdir:tldr:323fa
vdir: List files and directories sorting entries by size (largest first).
$ vdir -S
try on your machine
The command "vdir -S" is used to display the directory listing in a vertical format.
The "vdir" command is a variation of the "dir" command used in Windows command prompt or CMD. It provides a more detailed and informative output of the files and directories present in the current directory.
The "-S" option is used to sort the directory listing by file size, from smallest to largest.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.