Skip to content

Instantly share code, notes, and snippets.

@zouchao
Created December 15, 2021 03:43
Show Gist options
  • Save zouchao/565911e8b3b81441620a62f491175d1d to your computer and use it in GitHub Desktop.
Save zouchao/565911e8b3b81441620a62f491175d1d to your computer and use it in GitHub Desktop.
反向删除文件
ls -l | grep -v 'xxxx.file' | xargs rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment