Skip to content
zero2vibecodelearn vibe coding

rm

delete.

Example

$ rm notes.txt   (a folder: rm -r myfolder)
Break this command down →

Common flags

  • -rrecursively (for folders)
  • -fdon't complain if it isn't there

Other commands