To generate a temporary and unique directory name, I use uuidgen for the unique string, something like tempdir=`uuidgen`;mkdir /tmp/$tempdir;...;rmdir -r -f /tmp/$tempdir. Just want to learn what other tool you would do for that. Thanks, Vu