This works
shopt -s extglob find /usr/!(^*|@*) -maxdepth 0 -cmin +1 -exec echo {} \\; shopt -u extglob
This returns an error
s