Skip to content
zero
2
vibecode
learn vibe coding
Search the course…
⌘K
⌘ Mac
⊞ Win
Profile
Start
Courses
Sandbox
Commands
Glossary
Help
All commands
rm
delete.
Example
$
rm notes.txt (a folder: rm -r myfolder)
Break this command down →
Common flags
-r
recursively (for folders)
-f
don't complain if it isn't there
Learn for free
Try it in the terminal
Other commands
grep
find
head
tail
tree
wc