Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   uuidparse    ( 1 )

утилита для анализа уникальных идентификаторов (a utility to parse unique identifiers)

Имя (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 ┌──────────┬──────────────────────────┐ │ │ │ │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 ┌───────────┬──────────────────────────┐ │ │ │ │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.

-V, --version Display version information and exit.

-h, --help Display help text and exit.