Skip to content
zero2vibecodelearn vibe coding

What ls -la does

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

ls-la
  • lscommand — list files and folders
  • -laflag (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.

Explain other commands

Written by Mikhail Kuzmitskii