March 2012
Beginner to intermediate
230 pages
7h 27m
English
rm — stdin stdout - file -- opt --help --version
rm [options]files|directories
The rm (remove) command can
delete files:
$ rm file1 file2 file3
or recursively delete directories:
$ rm -r dir1 dir2
|
|
Interactive mode. Ask before deleting each file. |
|
|
Force the deletion, ignoring any errors or warnings. |
|
|
Recursively remove a
directory and its contents. Use with caution, especially if
combined with the |
Read now
Unlock full access