Folder Search command

I using rclone v1.57.0, windows OS. i want to search "folder name" only which has keyword "Bluray" in google drive folder.

and save the search list folder name in a text file. any help please.

might try
rclone lsd remote: -R --include="Bluray"

thank you, but it listing all the folder and file name.

rclone lsf remote: --dirs-only -R

thanks but it gave all the dir list. this is the command i tried

rclone lsf remote: --dirs-only -R --include="Bluray">LIST.txt

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