Files
Halyde/halyde/apps/helpdb/ls.txt
T
2025-04-27 18:25:12 +03:00

588 B

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 yellow, executable files are shown in green, 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.