uuid, uuidd, uuidgen: add Polish translation (#9349)

This commit is contained in:
Krzysztof Bociurko
2022-10-26 12:02:13 +02:00
committed by GitHub
parent e03ec4e499
commit 8f136b2939
3 changed files with 66 additions and 0 deletions

17
pages.pl/linux/uuidgen.md Normal file
View File

@@ -0,0 +1,17 @@
# uuidgen
> Stwórz unikalny identyfikator (UUIDs).
> Zobacz też `uuid`.
> Więcej informacji: <https://manned.org/uuidgen>.
- Stwórz losowy UUIDv4:
`uuidgen --random`
- Stwórz UUIDv1 oparty o aktualny czas:
`uuidgen --time`
- Stwórz UUIDv5 z nazwy i prefiksu przestrzeni nazw:
`uuidgen --sha1 --namespace {{@dns|@url|@oid|@x500}} --name {{nazwa_obiektu}}`