Bash rm alle außer
$ shopt -s extglob
$ rm -- !(keepOnlyThisFile.txt)
Unsightly Unicorn
$ shopt -s extglob
$ rm -- !(keepOnlyThisFile.txt)