[GNU Manual] [No POSIX requirement] [Linux man] [No FreeBSD Entry]
Summary
vdir - long list of directory contents
Lines of code: 2
Principal syscall: None
Support syscalls: None
Options: 2 (help and version)
Setup
The two lines of code for vdir set the global mode of the ls utility.
Parsing
The vdir utility forces the -l and -b options during parsing
Execution
See ls. The vdir utility executes the same code as ls except that it guarantees verbose listings and C-style escaped names.
Note that vdir is a standalone utility and does not directly depend on ls.