rmpr - remove a project |
rmpr [options] project |
project |
The project to be removed. |
Options are: |
-force |
Force removal of cells in project. |
||
-all |
Remove all (non-project) files from project directory. |
-verbose |
Verbose mode on. |
-release |
Print the release number of this tool. |
-help |
Print this list. |
Options may be abbreviated. |
Rmpr removes the specified project. The argument has to be a legal UNIX path to the project directory. With the -force option rmpr removes all cells in the project. If the -force option is not specified rmpr requires the project to be empty, that is, it should contain no cells. With the -all option rmpr removes the project directory together with all (non-project) files in this directory. If the -all option is not specified, the project directory is removed only if it does not contain any non-project files. If it does contain non-project files rmpr just degrades the project directory to an ordinary non-project directory containing only the remaining non-project files. |
$ rmpr old_project $ rmpr ../../projects/project3 |
P. van der Wolf, P. Bingley. |
mkpr(1ICD), rmcell(1ICD). |
Upon successful completion rmpr returns exit code 0. Otherwise, a diagnostic is printed and 1 is returned. |