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
add a command for removing files, compatible with linux semantic
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