If we're going to mention mv and cp, clearly, we also need `rm'

llvm-svn: 18026
This commit is contained in:
Misha Brukman 2004-11-20 01:27:40 +00:00
parent 4bf11e1618
commit 29d3d46c36
1 changed files with 1 additions and 0 deletions

View 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>