8 lines
176 B
Plaintext
8 lines
176 B
Plaintext
Usage: rm [PATH]
|
|
Removes files and directories.
|
|
|
|
PATH Specifies the file to be moved/renamed.
|
|
|
|
Examples:
|
|
rm a.txt Removes a.txt in the current shell working directory.
|