summaryrefslogtreecommitdiffstats
path: root/misc-utils/uuidparse.1.adoc
blob: d517c192329ddb33d3dd8269419ab85282de86c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
//po4a: entry man manual
// Copyright (c) 2017 Sami Kerola
// The 3-Clause BSD License
= uuidparse(1)
:doctype: manpage
:man manual: User Commands
:man source: util-linux {release-version}
:page-layout: base
:command: uuidparse

== NAME

uuidparse - a utility to parse unique identifiers

== SYNOPSIS

*uuidparse* [options] _uuid_

== DESCRIPTION

This command will parse unique identifier inputs from either command line arguments or standard input. The inputs are white-space separated.

== OUTPUT

=== Variants

[cols=",",]
|===
|NCS |Network Computing System identifier. These were the original UUIDs.
|DCE |The Open Software Foundation's (OSF) Distributed Computing Environment UUIDs.
|Microsoft |Microsoft Windows platform globally unique identifier (GUID).
|other |Unknown variant. Usually invalid input data.
|===

=== Types

[cols=",",]
|===
|nil |Special type for zero in type file.
|time-based |The DCE time based.
|DCE |The DCE time and MAC Address.
|name-based |RFC 4122 md5sum hash.
|random |RFC 4122 random.
|sha1-based |RFC 4122 sha-1 hash.
|unknown |Unknown type. Usually invalid input data.
|===

== OPTIONS

*-J*, *--json*::
Use JSON output format.

*-n*, *--noheadings*::
Do not print a header line.

*-o*, *--output*::
Specify which output columns to print. Use *--help* to get a list of all supported columns.

*-r*, *--raw*::
Use the raw output format.

include::man-common/help-version.adoc[]

== AUTHORS

mailto:kerolasa@iki.fi[Sami Kerola]

== SEE ALSO

*uuidgen*(1),
*libuuid*(3),
https://tools.ietf.org/html/rfc4122[RFC 4122]

include::man-common/bugreports.adoc[]

include::man-common/footer.adoc[]

ifdef::translation[]
include::man-common/translation.adoc[]
endif::[]