Skip to content

Instantly share code, notes, and snippets.

@aberezin
Created May 24, 2019 18:53
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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
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