💾 Archived View for freeshell.de › tldr › vdir.gmi captured on 2022-04-28 at 19:42:46. Gemini links have been rewritten to link to archived content
View Raw
More Information
-=-=-=-=-=-=-
vdir
List directory contents.
Drop-in replacement for `ls -l`.
More information.
- List files and directories in the current directory, one per line, with details:
vdir
- List with sizes displayed in human-readable units (KB, MB, GB):
vdir -h
- List including hidden files (starting with a dot):
vdir -a
- List files and directories sorting entries by size (largest first):
vdir -S
- List files and directories sorting entries by modification time (newest first):
vdir -t
- List grouping directories first:
vdir --group-directories-first
- Recursively list all files and directories in a specific directory:
vdir --recursive {path/to/directory}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
CC-BY