14 lines
328 B
Plaintext
14 lines
328 B
Plaintext
[1mrm[m remove directory entries
|
||
|
||
Usage:
|
||
|
||
rm [-f | -i] [-dPRrW] file ...
|
||
|
||
-f attepmt removal without confirmation, regardless of
|
||
premissions
|
||
-i request confirmation before removing
|
||
-r remove the whole tree rooted at "file" argument
|
||
|
||
[1mWARNING:[m There is no way to "undelete" deleted files! They
|
||
are lost forever.
|