2
0
mirror of https://github.com/meganz/MEGAcmd synced 2025-08-22 09:57:09 +00:00
2024-07-18 16:04:25 +02:00

197 B

rm

Deletes a remote file/folder

Usage: rm [-r] [-f] [--use-pcre] remotepath

Options:
 -r	Delete recursively (for folders)
 -f	Force (no asking)
 --use-pcre	use PCRE expressions