What ls -la does
Show every file, hidden ones included, as a detailed list.
ls-la
ls— command — list files and folders-la— flag (a command option)
What it does when you run it
$ ls -la
.
..
a.txt
app.js
downloads
log.txt
myfolder
names.txt
notes.txt
old.txt
projects
script.sh
todo.md
Run it yourself
The same files. Nothing here can break, and nothing leaves your browser.
Where you use it
Explain other commands
Written by Mikhail Kuzmitskii