to clean up all pending atq jobs for i in `atq | awk ’{print $1}’`;do atrm $i;done learn from http://unix.stackexchange.com/questions/53144/remove-all-at-jobs

By michael