Skip to content

Instantly share code, notes, and snippets.

@Xummer
Last active September 21, 2022 00:21
Show Gist options
  • Save Xummer/9927761 to your computer and use it in GitHub Desktop.
Save Xummer/9927761 to your computer and use it in GitHub Desktop.
批量删除.DS_Store
rm -rf `find . -name .DS_Store`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment