If we're going to mention mv and cp, clearly, we also need `rm'
authorMisha Brukman <brukman+llvm@gmail.com>
Sat, 20 Nov 2004 01:27:40 +0000 (01:27 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Sat, 20 Nov 2004 01:27:40 +0000 (01:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18026 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html

index 24a8f23a070eb8e91add8472a8fe145ee6f73e7f..924840adf07439be3294f243ca3f43d48dcbc842 100644 (file)
@@ -426,6 +426,7 @@ href="CFEBuildInstrs.html">try to compile it</a> on your platform.</p>
     <li><b>mkdir</b> - create a directory</li>
     <li><b>mv</b> - move (rename) files</li>
     <li><b>ranlib</b> - symbol table builder for archive libraries</li>
+    <li><b>rm</b> - remove (delete) files and directories</li>
     <li><b>sed</b> - stream editor for transforming output</li>
     <li><b>sh</b> - Bourne shell for make build scripts</li>
     <li><b>tar</b> - tape archive for distribution generation</li>