1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:57:44 +00:00

ls: Only append file type indicators when -F or --classify is specified

This commit is contained in:
Andreas Kling 2020-11-11 20:44:30 +01:00
parent 5aafbdc4e8
commit b413c7ae6a
2 changed files with 9 additions and 3 deletions

View file

@ -20,6 +20,7 @@ If no *path* argument is provided the current working directory is used.
* `-a`, `--all`: Show dotfiles
* `-A`: Do not list implied . and .. directories
* `-B`, `--ignore-backups`: Do not list implied entries ending with ~
* `-F`, `--classify`: Append a file type indicator to entries
* `-d`, `--directory`: List directories themselves, not their contents
* `-l`, `--long`: Display long info
* `-t`: Sort files by timestamp