Skip to content

Latest commit

History

History
15 lines (8 loc) 路 264 Bytes

uuidgen.md

File metadata and controls

15 lines (8 loc) 路 264 Bytes

uuidgen

Generate unique identifiers (UUIDs).

  • Create a random UUID:

uuidgen --random

  • Create a UUID based on the current time:

uuidgen --time

  • Create a UUID based on the hash of a URL:

uuidgen --sha1 --namespace {{@url}} --name {{object_name}}