Rm (command)
Jump to navigation
Jump to search
rm
is the name of the command used in Unix to delete files/folders.
For example, if you have a file named README.md
, and you want to delete it, you run rm README.md
. Simple enough, right?