Skip to content

Instantly share code, notes, and snippets.

@uwe-schwarz
Created October 3, 2025 18:15
Show Gist options
  • Select an option

  • Save uwe-schwarz/14d42694528d00802685b9cdaeac7aeb to your computer and use it in GitHub Desktop.

Select an option

Save uwe-schwarz/14d42694528d00802685b9cdaeac7aeb to your computer and use it in GitHub Desktop.
# /tmp/r ❯ mkdir -p {a,b}/{x,y,z,@eaDir}/@eaDir
# /tmp/r ❯ touch {a,b}/{x,y,z}/{foo,bar}
# /tmp/r ❯ rclone --exclude @eaDir/ --exclude foo lsf -R .
a/
b/
b/x/
b/y/
b/z/
a/x/
a/y/
a/z/
b/z/bar
a/x/bar
a/y/bar
b/y/bar
b/x/bar
a/z/bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment