LinuxCommandLibrary

uuidparse

Parse universally unique identifiers.

TLDR

Parse the specified UUIDs, use a tabular output format

$ uuidparse [uuid1 uuid2 ...]
copy


Parse UUIDs from stdin
$ [command] | uuidparse
copy


Use the JSON output format
$ uuidparse --json [uuid1 uuid2 ...]
copy


Do not print a header line
$ uuidparse --noheadings [uuid1 uuid2 ...]
copy


Use the raw output format
$ uuidparse --raw [uuid1 uuid2 ...]
copy


Specify which of the four output columns to print
$ uuidparse --output [UUID,VARIANT,TYPE,TIME]
copy


Display help
$ uuidparse -h
copy

Copied to clipboard