ls
List files and directories in the current location
ls lists the contents of a directory. By default it shows everything except hidden files (those starting with a dot). Without arguments it lists the current directory.
Example
$ ls
app.log backup config deploy.sh
Tip: Type it yourself in the terminal below - reading is not the same as doing.