Skip to content
zero2vibecodelearn vibe coding

What rm -rf does

Delete a folder and everything in it without asking — the most dangerous command there is.

rm-rfmyfolder
  • rmcommand — delete
  • -rfflag (a command option)
  • myfolderargument: a file, a folder, or text

Explain other commands