Forrest logo
back to context overview

vdir

List of commands for vdir:

  • vdir:tldr:0a4c2 vdir: List grouping directories first.
    $ vdir --group-directories-first
    try on your machine
    explain this command
  • vdir:tldr:2c3c3 vdir: List with sizes displayed in human-readable units (KB, MB, GB).
    $ vdir -h
    try on your machine
    explain this command
  • vdir:tldr:323fa vdir: List files and directories sorting entries by size (largest first).
    $ vdir -S
    try on your machine
    explain this command
  • vdir:tldr:7f5e0 vdir: List files and directories sorting entries by modification time (newest first).
    $ vdir -t
    try on your machine
    explain this command
  • vdir:tldr:a899d vdir: List files and directories in the current directory, one per line, with details.
    $ vdir
    try on your machine
    explain this command
  • vdir:tldr:dfc0d vdir: Recursively list all files and directories in a specific directory.
    $ vdir --recursive ${path-to-directory}
    try on your machine
    explain this command
  • vdir:tldr:f471f vdir: List including hidden files (starting with a dot).
    $ vdir -a
    try on your machine
    explain this command
back to context overview