From 616bd059cba9a78bc60b8804bb156471157c3c7c Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Sat, 20 Nov 2004 01:27:40 +0000 Subject: [PATCH] If we're going to mention mv and cp, clearly, we also need `rm' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18026 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 24a8f23a070..924840adf07 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -426,6 +426,7 @@ href="CFEBuildInstrs.html">try to compile it on your platform.

  • mkdir - create a directory
  • mv - move (rename) files
  • ranlib - symbol table builder for archive libraries
  • +
  • rm - remove (delete) files and directories
  • sed - stream editor for transforming output
  • sh - Bourne shell for make build scripts
  • tar - tape archive for distribution generation
  • -- 2.34.1