rclone deletefile
rclone deletefile
从远程删除单个文件。
摘要
从远程删除单个文件。 与 delete 不同,它不能用于
与 delete 不同,如果指定的文件存在,它不能用于删除目录,也不服从 include/exclude 过滤器、
它总是会被移除。
rclone deletefile remote:path [flags]Options
-h, --help help for deletefile接下来将介绍与其他命令共享的选项。 此处未列出的全局选项,请参阅 global flags page。
重要选项
对大多数命令有用的重要标志
-n, --dry-run Do a trial run with no permanent changes
-i, --interactive Enable interactive mode
-v, --verbose count Print lots more stuff (repeat for more)参见
- rclone - 显示 rclone 命令、标志和后端帮助。