]> git.ipfire.org Git - thirdparty/util-linux.git/blob - misc-utils/uuidparse.1.adoc
autotools: add missing dist_noinst_DATA
[thirdparty/util-linux.git] / misc-utils / uuidparse.1.adoc
1 //po4a: entry man manual
2 // Copyright (c) 2017 Sami Kerola
3 // The 3-Clause BSD License
4 = uuidparse(1)
5 :doctype: manpage
6 :man manual: User Commands
7 :man source: util-linux {release-version}
8 :page-layout: base
9 :command: uuidparse
10
11 == NAME
12
13 uuidparse - a utility to parse unique identifiers
14
15 == SYNOPSIS
16
17 *uuidparse* [options] _uuid_
18
19 == DESCRIPTION
20
21 This command will parse unique identifier inputs from either command line arguments or standard input. The inputs are white-space separated.
22
23 == OUTPUT
24
25 === Variants
26
27 [cols=",",]
28 |===
29 |NCS |Network Computing System identifier. These were the original UUIDs.
30 |DCE |The Open Software Foundation's (OSF) Distributed Computing Environment UUIDs.
31 |Microsoft |Microsoft Windows platform globally unique identifier (GUID).
32 |other |Unknown variant. Usually invalid input data.
33 |===
34
35 === Types
36
37 [cols=",",]
38 |===
39 |nil |Special type for zero in type file.
40 |time-based |The DCE time based.
41 |DCE |The DCE time and MAC Address.
42 |name-based |RFC 4122 md5sum hash.
43 |random |RFC 4122 random.
44 |sha1-based |RFC 4122 sha-1 hash.
45 |unknown |Unknown type. Usually invalid input data.
46 |===
47
48 == OPTIONS
49
50 *-J*, *--json*::
51 Use JSON output format.
52
53 *-n*, *--noheadings*::
54 Do not print a header line.
55
56 *-o*, *--output*::
57 Specify which output columns to print. Use *--help* to get a list of all supported columns.
58
59 *-r*, *--raw*::
60 Use the raw output format.
61
62 include::man-common/help-version.adoc[]
63
64 == AUTHORS
65
66 mailto:kerolasa@iki.fi[Sami Kerola]
67
68 == SEE ALSO
69
70 *uuidgen*(1),
71 *libuuid*(3),
72 https://tools.ietf.org/html/rfc4122[RFC 4122]
73
74 include::man-common/bugreports.adoc[]
75
76 include::man-common/footer.adoc[]
77
78 ifdef::translation[]
79 include::man-common/translation.adoc[]
80 endif::[]