mirror of
https://github.com/meganz/MEGAcmd
synced 2025-08-22 09:57:09 +00:00
11 lines
197 B
Markdown
11 lines
197 B
Markdown
|
### rm
|
||
|
Deletes a remote file/folder
|
||
|
|
||
|
Usage: `rm [-r] [-f] [--use-pcre] remotepath`
|
||
|
<pre>
|
||
|
Options:
|
||
|
-r Delete recursively (for folders)
|
||
|
-f Force (no asking)
|
||
|
--use-pcre use PCRE expressions
|
||
|
</pre>
|