HOWTO: Enable extended GLOB expressions and delete all but one file

a) shopt -s extglob

b) rm -frv !(“time.txt”)