mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 00:43:38 +00:00
14 lines
278 B
Plaintext
14 lines
278 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, osx]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# uuidgen
|
|
|
|
> Generate new UUID (Universally Unique IDentifier) strings.
|
|
> More information: <https://keith.github.io/xcode-man-pages/uuidgen.1.html>.
|
|
|
|
- Generate a UUID string:
|
|
|
|
`uuidgen`
|