11 lines
589 B
Plaintext
11 lines
589 B
Plaintext
Usage: ls [PATH]
|
|
Lists all files and directories in the specified path, or in the shell working directory if the path isn't specified.
|
|
Directories are shown in [93myellow[0m, executable files are shown in [92mgreen[0m, and other files are shown in white.
|
|
|
|
PATH* Path to the folder to list files and directories from.
|
|
|
|
Examples:
|
|
ls Lists all files and directories from the current shell working directory.
|
|
ls /halyde Lists all files and directories from /halyde.
|
|
ls apps Lists all files and directories from the apps directory in the shell working directory.
|