Skip to content

Instantly share code, notes, and snippets.

@zclongpop123
Created June 20, 2019 04:17
Show Gist options
  • Save zclongpop123/99c5aa0a293df8279716c06729f1fbaf to your computer and use it in GitHub Desktop.
Save zclongpop123/99c5aa0a293df8279716c06729f1fbaf to your computer and use it in GitHub Desktop.
删除指定类型文件
find . -name "*.tx" -type f -print -exec rm -f {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment