# ls List entries of a directory ## Usage ``` $ ls [path] ``` To list all entries (also the hidden ones starting with '.') ``` $ ls -a [path] ``` ## Notice If the path is omitted the current working directory is listed.