man-pages/man1/uuidparse.1.html
2021-03-31 01:06:50 +01:00

127 lines
3.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of UUIDPARSE</TITLE>
</HEAD><BODY>
<H1>UUIDPARSE</H1>
Section: User Commands (1)<BR>Updated: 2017-06-18<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
uuidparse - a utility to parse unique identifiers
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>uuidparse</B>
[options]
<I>uuid</I>
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
This command will parse unique identifier inputs from either command line
arguments or standard input. The inputs are white-space separated.
<A NAME="lbAE">&nbsp;</A>
<H2>OUTPUT</H2>
<A NAME="lbAF">&nbsp;</A>
<H3>Variants</H3>
<TABLE>
<TR VALIGN=top><TD>NCS</TD><TD>
Network Computing System identifier. These were the original UUIDs.
<BR></TD></TR>
<TR VALIGN=top><TD>DCE</TD><TD>
The Open Software Foundation's (OSF) Distributed Computing Environment UUIDs.
<BR></TD></TR>
<TR VALIGN=top><TD>Microsoft</TD><TD>
Microsoft Windows platform globally unique identifier (GUID).
<BR></TD></TR>
<TR VALIGN=top><TD>other</TD><TD>
Unknown variant. Usually invalid input data.
<BR></TD></TR>
</TABLE>
<A NAME="lbAG">&nbsp;</A>
<H3>Types</H3>
<TABLE>
<TR VALIGN=top><TD>nil</TD><TD>Special type for zero in type file.<BR></TD></TR>
<TR VALIGN=top><TD>time-based</TD><TD>The DCE time based.<BR></TD></TR>
<TR VALIGN=top><TD>DCE</TD><TD>The DCE time and MAC Address.<BR></TD></TR>
<TR VALIGN=top><TD>name-based</TD><TD>RFC 4122 md5sum hash.<BR></TD></TR>
<TR VALIGN=top><TD>random</TD><TD>RFC 4122 random.<BR></TD></TR>
<TR VALIGN=top><TD>sha1-based</TD><TD>RFC 4122 sha-1 hash.<BR></TD></TR>
<TR VALIGN=top><TD>unknown</TD><TD>Unknown type. Usually invalid input data.<BR></TD></TR>
</TABLE>
<A NAME="lbAH">&nbsp;</A>
<H2>OPTIONS</H2>
<DL COMPACT>
<DT id="1"><B>-J</B>, <B>--json</B><DD>
Use JSON output format.
<DT id="2"><B>-n</B>, <B>--noheadings</B><DD>
Do not print a header line.
<DT id="3"><B>-o</B>, <B>--output</B><DD>
Specify which output columns to print. Use --help to get a list of all
supported columns.
<DT id="4"><B>-r</B>, <B>--raw</B><DD>
Use the raw output format.
<DT id="5"><B>-V</B>, <B>--version</B><DD>
Display version information and exit.
<DT id="6"><B>-h</B>, <B>--help</B><DD>
Display help text and exit.
</DL>
<A NAME="lbAI">&nbsp;</A>
<H2>AUTHORS</H2>
Sami Kerola
<A NAME="lbAJ">&nbsp;</A>
<H2>SEE ALSO</H2>
<B><A HREF="/cgi-bin/man/man2html?1+uuidgen">uuidgen</A></B>(1),
<B><A HREF="/cgi-bin/man/man2html?3+libuuid">libuuid</A></B>(3),
RFC 4122
<A NAME="lbAK">&nbsp;</A>
<H2>AVAILABILITY</H2>
The example command is part of the util-linux package and is available from
Linux Kernel Archive
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="7"><A HREF="#lbAB">NAME</A><DD>
<DT id="8"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="9"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="10"><A HREF="#lbAE">OUTPUT</A><DD>
<DL>
<DT id="11"><A HREF="#lbAF">Variants</A><DD>
<DT id="12"><A HREF="#lbAG">Types</A><DD>
</DL>
<DT id="13"><A HREF="#lbAH">OPTIONS</A><DD>
<DT id="14"><A HREF="#lbAI">AUTHORS</A><DD>
<DT id="15"><A HREF="#lbAJ">SEE ALSO</A><DD>
<DT id="16"><A HREF="#lbAK">AVAILABILITY</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:29 GMT, March 31, 2021
</BODY>
</HTML>