Rm (command): Difference between revisions
Jump to navigation
Jump to search
import>Lumpy HTF Created page with "<code>rm</code> is the name of the command used in Unix to delete files/folders. For example, if you have a file named <code>README.md</code>, and you want to delete it, you run <code>rm README.md</code>. Simple enough, right?" |
m 1 revision imported |
(No difference)
|
Latest revision as of 00:00, 20 December 2024
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?