Skip to content

Instantly share code, notes, and snippets.

@qvoid
Last active September 21, 2023 10:13
Show Gist options
  • Save qvoid/60c92aa4456a1fb3d24ddbca23b70e13 to your computer and use it in GitHub Desktop.
Save qvoid/60c92aa4456a1fb3d24ddbca23b70e13 to your computer and use it in GitHub Desktop.
remove file in reverse
## use grep
```
rm `ls | grep -v "file_name_wanted_to_be_kept"`
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment