Top
||
Section Contents
||
Permuted Index
SavaJe OS
1.1.0
rm remove files or directories
rm [-dfirv] file
Delete file
.
-d
|
remove directory, even if not empty |
-f
|
force: never prompt, and ignore nonexistent files |
-i
|
prompt before removing files |
-r
|
remove the contents of directories recursively |
-v
|
explain actions |