Skip to content

Instantly share code, notes, and snippets.

@imchao9
Created January 30, 2016 08:13
Show Gist options
  • Save imchao9/c498964123387e6abb4e to your computer and use it in GitHub Desktop.
Save imchao9/c498964123387e6abb4e to your computer and use it in GitHub Desktop.
递归删除文件
find . -name .DS_Store -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment