1UUIDPARSE(1) User Commands UUIDPARSE(1)
2
3
4
6 uuidparse - a utility to parse unique identifiers
7
9 uuidparse [options] uuid
10
12 This command will parse unique identifier inputs from either command
13 line arguments or standard input. The inputs are white-space sepa‐
14 rated.
15
17 Variants
18 NCS Network Computing System identifier. These were the origi‐
19 nal UUIDs.
20 DCE The Open Software Foundation's (OSF) Distributed Computing
21 Environment UUIDs.
22 Microsoft Microsoft Windows platform globally unique identifier
23 (GUID).
24 other Unknown variant. Usually invalid input data.
25
26 Types
27 nil Special type for zero in type file.
28 time-based The DCE time based.
29 DCE The DCE time and MAC Address.
30 name-based RFC 4122 md5sum hash.
31 random RFC 4122 random.
32 sha1-based RFC 4122 sha-1 hash.
33 unknown Unknown type. Usually invalid input data.
34
36 -J, --json
37 Use JSON output format.
38
39 -n, --noheadings
40 Do not print a header line.
41
42 -o, --output
43 Specify which output columns to print. Use --help to get a list
44 of all supported columns.
45
46 -r, --raw
47 Use the raw output format.
48
49 -V, --version
50 Display version information and exit.
51
52 -h, --help
53 Display help text and exit.
54
56 Sami Kerola ⟨kerolasa@iki.fi⟩
57
59 uuidgen(1), libuuid(3), RFC 4122 ⟨https://tools.ietf.org/html/rfc4122⟩
60
62 The example command is part of the util-linux package and is available
63 from Linux Kernel Archive ⟨https://www.kernel.org/pub/linux/utils/util-
64 linux/⟩.
65
66
67
68util-linux 2017-06-18 UUIDPARSE(1)