Command line GUID for Unix and Windows?

前端 未结 5 809
生来不讨喜
生来不讨喜 2020-12-30 23:47

Is there a command line tool for Unix and Windows that uses the same algorithm to create GUIDs for both platforms?

5条回答
  •  一个人的身影
    2020-12-31 00:34

    There are tons of online apps to do it.

    If you are using PHP, you can use the uniqid function.

    I found a pure Java program to do it at http://jug.safehaus.org/. That should work anywhere you can install Java.

提交回复
热议问题