Delete folder/files helo

i using rclone version 1.57.0 in windows. there is no problem with rclone. i just want to know delete method:

lets say i have multiple files. there could have . (dot) or space. lets say:

rclone delete.txt
rclone delete help.txt
rclone.windows.txt

now is there anyway we can run one command and rclone will delete files for both space and dot? may be something with regex? like rclone[\s.]delete.txt?

sorry for my bad english.

Sure, check out:

https://rclone.org/filtering/

1 Like

lets say i have a file name New Text Document.txt it could be New.Text.Document.txt. how can i do that? i am bit confused file.jpg - matches "file.jpg" this term. do i have to add regex

rcelone delete "remotename:New(\.|\s)Text(\.|\s)Document.txt

or something like this

rclone delete "Final:\" --include "New(\.|\s)Text(\.|\s)Document.txt"

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.