unique string

Vu Pham vu at sivell.com
Mon Dec 21 08:15:34 PST 2009


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



More information about the Linux-users mailing list