2
0
mirror of https://github.com/meganz/MEGAcmd synced 2025-08-22 09:57:09 +00:00

11 lines
197 B
Markdown
Raw Normal View History

### 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>