>>>>> "J" == Jesse <jesse at fsck.com> writes: J> With RT1, there isn't a real easy way to scrip the deletion of lots J> of tickets :/ Shell scripting. for x in 1 2 3 4; do rt -kill %x; done