Skip to content

Instantly share code, notes, and snippets.

@aberezin
Created May 24, 2019 18:53
Show Gist options
  • Select an option

  • Save aberezin/25e8b8cc2feacff665ca614e8df0487c to your computer and use it in GitHub Desktop.

Select an option

Save aberezin/25e8b8cc2feacff665ca614e8df0487c to your computer and use it in GitHub Desktop.
One-liner to force dropbox to synch every file
find . -type f -exec sh -c 'cat "$1" > /dev/null; printf "$1"' -- '{}' \;
@aberezin

Copy link
Copy Markdown
Author

Maybe should just read first byte or block instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment