ls
The ls command lists the contents of the current working directory.
Syntax
ls [-a]
Usage
ls: Lists visible files and folders in the current directory.ls -a: Lists all files and folders, including hidden ones.
Note
This command is handled via a 3rd party open-source app called Croissant. You need to have Croissant installed and provide the necessary permissions for ls to work.