]> git.ipfire.org Git - thirdparty/util-linux.git/blame - misc-utils/uuidparse.1
docs: (man) remove double quotes (") in .SH lines
[thirdparty/util-linux.git] / misc-utils / uuidparse.1
CommitLineData
83893f26
SK
1.\" Copyright (c) 2017 Sami Kerola
2.\" The 3-Clause BSD License
3.TH UUIDPARSE "1" "2017-06-18" "util-linux" "User Commands"
4.SH NAME
b9c3b903 5uuidparse \- a utility to parse unique identifiers
83893f26
SK
6.SH SYNOPSIS
7.B uuidparse
8[options]
9.I uuid
10.SH DESCRIPTION
11This command will parse unique identifier inputs from either command line
12arguments or standard input. The inputs are white-space separated.
13.SH OUTPUT
14.SS Variants
62aa3f0e 15.nr WI \n(.lu-\n(.iu-\w'Microsoft'u-3n
83893f26
SK
16.TS
17tab(:);
62aa3f0e
BIG
18l lw(\n(WIu).
19NCS:T{
20Network Computing System identifier. These were the original UUIDs.
21T}
22DCE:T{
23The Open Software Foundation's (OSF) Distributed Computing Environment UUIDs.
24T}
25Microsoft:T{
26Microsoft Windows platform globally unique identifier (GUID).
27T}
28other:T{
29Unknown variant. Usually invalid input data.
30T}
83893f26
SK
31.TE
32.SS Types
33.TS
34tab(:);
934a6fa8 35l l.
83893f26
SK
36nil:Special type for zero in type file.
37time-based:The DCE time based.
38DCE:The DCE time and MAC Address.
39name-based:RFC 4122 md5sum hash.
40random:RFC 4122 random.
41sha1-based:RFC 4122 sha-1 hash.
42unknown:Unknown type. Usually invalid input data.
43.TE
44.SH OPTIONS
45.TP
46\fB\-J\fR, \fB\-\-json\fR
47Use JSON output format.
48.TP
49\fB\-n\fR, \fB\-\-noheadings\fR
50Do not print a header line.
51.TP
52\fB\-o\fR, \fB\-\-output\fR
53Specify which output columns to print. Use \-\-help to get a list of all
54supported columns.
55.TP
56\fB\-r\fR, \fB\-\-raw\fR
57Use the raw output format.
58.TP
59\fB\-V\fR, \fB\-\-version\fR
60Display version information and exit.
61.TP
62\fB\-h\fR, \fB\-\-help\fR
63Display help text and exit.
64.SH AUTHORS
65.MT kerolasa@iki.fi
66Sami Kerola
67.ME
5a829806 68.SH SEE ALSO
83893f26
SK
69.BR uuidgen (1),
70.BR libuuid (3),
71.UR https://\:tools.ietf.org\:/html\:/rfc4122
72RFC 4122
73.UE
74.SH AVAILABILITY
75The example command is part of the util-linux package and is available from
76.UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
77Linux Kernel Archive
78.UE .