Skip to content

Instantly share code, notes, and snippets.

@jens-a-e
Created April 14, 2021 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jens-a-e/1fe88ce1c7da463fa718ba93213fd5e6 to your computer and use it in GitHub Desktop.
Save jens-a-e/1fe88ce1c7da463fa718ba93213fd5e6 to your computer and use it in GitHub Desktop.
# Recursively remove the 'Icon?' file from an orphaned GoogleDrive folder
find . -name 'Icon?' -type f -print -exec rm -rf '{}' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment