h'm using -c 3 to grab two digits 00-99, and the line feed. tr is used to delete the hexidecimial characters and any dashes. uuidgen | tr -d 'a-z-' | tail -c 3 or http://www.fourmilab.ch/hotbits/ Just some fun ones. Scott