I need to sync all files that have 0701 as part of the name, how to do it?

I need to sync all files that have 0701 as part of the name, how to do it?

example: 2023-01-19T111154~call~0701~0303~95cb9324-5b01-486f-a42f-7f9a722cf45a.mp3

I've tried with filter and include but I'm not succeeding

hi,

these will work, depending on the OS.

--include=*701*
--include='*701*'
--include="*701*"

Thank you this option worked, I'm running on windows

--include=701

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