Skip to content

Commit

Permalink
uuidgen: add page
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkchaser authored and agnivade committed Dec 22, 2018
1 parent 8eca4bb commit 75bc700
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pages/linux/uuidgen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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}}`

0 comments on commit 75bc700

Please sign in to comment.