# ls -la

`ls -la`

Show every file, hidden ones included, as a detailed list.

## What each part does

- `ls` — command — list files and folders
- `-la` — flag (a command option)

Source: https://zero2vibecode.com/explain/ls-la
