rm 
Vars | |
| opt_interactive | Whether rm should run in interactive mode and issue confirmation prompts. |
|---|---|
| opt_recursive | Whether rm should remove directories and their contents. |
| opt_silent | Whether rm should report errors. |
| target_path | Stored target filepath, for use with interactive mode. |
Var Details
opt_interactive 
Whether rm should run in interactive mode and issue confirmation prompts.
opt_recursive 
Whether rm should remove directories and their contents.
opt_silent 
Whether rm should report errors.
target_path 
Stored target filepath, for use with interactive mode.