избавиться от RM, кроме
$ shopt -s extglob
$ rm -- !(keepOnlyThisFile.txt)
Unsightly Unicorn
$ shopt -s extglob
$ rm -- !(keepOnlyThisFile.txt)