Rm (command)

Revision as of 00:00, 20 December 2024 by Kalashnikov47 (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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?