cloudius-systems / mgmt

20 stars 11 forks source link

CLI: add rm command - remove files or directories #36

Closed tzach closed 10 years ago

tzach commented 10 years ago

add a command for removing files, compatible with linux semantic

rm [OPTION]... FILE...

The following subset of options are useful: -f, --force ignore nonexistent files, never prompt -i, --interactive prompt before any removal -r, -R, --recursive remove directories and their contents recursively -v, --verbose explain what is being done --help display this help and exit

tzach commented 10 years ago

can be base on #11