diff options
Diffstat (limited to '')
-rw-r--r-- | misc-utils/uuidparse.1 | 174 | ||||
-rw-r--r-- | misc-utils/uuidparse.1.adoc | 80 |
2 files changed, 254 insertions, 0 deletions
diff --git a/misc-utils/uuidparse.1 b/misc-utils/uuidparse.1 new file mode 100644 index 0000000..02a37d6 --- /dev/null +++ b/misc-utils/uuidparse.1 @@ -0,0 +1,174 @@ +'\" t +.\" Title: uuidparse +.\" Author: [see the "AUTHOR(S)" section] +.\" Generator: Asciidoctor 2.0.15 +.\" Date: 2022-05-11 +.\" Manual: User Commands +.\" Source: util-linux 2.38.1 +.\" Language: English +.\" +.TH "UUIDPARSE" "1" "2022-05-11" "util\-linux 2.38.1" "User Commands" +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.ss \n[.ss] 0 +.nh +.ad l +.de URL +\fI\\$2\fP <\\$1>\\$3 +.. +.als MTO URL +.if \n[.g] \{\ +. mso www.tmac +. am URL +. ad l +. . +. am MTO +. ad l +. . +. LINKSTYLE blue R < > +.\} +.SH "NAME" +uuidparse \- a utility to parse unique identifiers +.SH "SYNOPSIS" +.sp +\fBuuidparse\fP [options] \fIuuid\fP +.SH "DESCRIPTION" +.sp +This command will parse unique identifier inputs from either command line arguments or standard input. The inputs are white\-space separated. +.SH "OUTPUT" +.SS "Variants" +.TS +allbox tab(:); +lt lt. +T{ +.sp +NCS +T}:T{ +.sp +Network Computing System identifier. These were the original UUIDs. +T} +T{ +.sp +DCE +T}:T{ +.sp +The Open Software Foundation\(cqs (OSF) Distributed Computing Environment UUIDs. +T} +T{ +.sp +Microsoft +T}:T{ +.sp +Microsoft Windows platform globally unique identifier (GUID). +T} +T{ +.sp +other +T}:T{ +.sp +Unknown variant. Usually invalid input data. +T} +.TE +.sp +.SS "Types" +.TS +allbox tab(:); +lt lt. +T{ +.sp +nil +T}:T{ +.sp +Special type for zero in type file. +T} +T{ +.sp +time\-based +T}:T{ +.sp +The DCE time based. +T} +T{ +.sp +DCE +T}:T{ +.sp +The DCE time and MAC Address. +T} +T{ +.sp +name\-based +T}:T{ +.sp +RFC 4122 md5sum hash. +T} +T{ +.sp +random +T}:T{ +.sp +RFC 4122 random. +T} +T{ +.sp +sha1\-based +T}:T{ +.sp +RFC 4122 sha\-1 hash. +T} +T{ +.sp +unknown +T}:T{ +.sp +Unknown type. Usually invalid input data. +T} +.TE +.sp +.SH "OPTIONS" +.sp +\fB\-J\fP, \fB\-\-json\fP +.RS 4 +Use JSON output format. +.RE +.sp +\fB\-n\fP, \fB\-\-noheadings\fP +.RS 4 +Do not print a header line. +.RE +.sp +\fB\-o\fP, \fB\-\-output\fP +.RS 4 +Specify which output columns to print. Use \fB\-\-help\fP to get a list of all supported columns. +.RE +.sp +\fB\-r\fP, \fB\-\-raw\fP +.RS 4 +Use the raw output format. +.RE +.sp +\fB\-h\fP, \fB\-\-help\fP +.RS 4 +Display help text and exit. +.RE +.sp +\fB\-V\fP, \fB\-\-version\fP +.RS 4 +Print version and exit. +.RE +.SH "AUTHORS" +.sp +.MTO "kerolasa\(atiki.fi" "Sami Kerola" "" +.SH "SEE ALSO" +.sp +\fBuuidgen\fP(1), +\fBlibuuid\fP(3), +.URL "https://tools.ietf.org/html/rfc4122" "RFC 4122" "" +.SH "REPORTING BUGS" +.sp +For bug reports, use the issue tracker at \c +.URL "https://github.com/util\-linux/util\-linux/issues" "" "." +.SH "AVAILABILITY" +.sp +The \fBuuidparse\fP command is part of the util\-linux package which can be downloaded from \c +.URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "."
\ No newline at end of file diff --git a/misc-utils/uuidparse.1.adoc b/misc-utils/uuidparse.1.adoc new file mode 100644 index 0000000..d517c19 --- /dev/null +++ b/misc-utils/uuidparse.1.adoc @@ -0,0 +1,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::[] |