Created
December 15, 2021 03:43
-
-
Save zouchao/565911e8b3b81441620a62f491175d1d to your computer and use it in GitHub Desktop.
反向删除文件
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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