Options (5)
-J, --jsonbooleanUse the JSON output format
Example:
uuidparse {{[-J|--json]}} {{uuid1 uuid2 ...}}-n, --noheadingsbooleanDo not print a header line
Example:
uuidparse {{[-n|--noheadings]}} {{uuid1 uuid2 ...}}-r, --rawbooleanUse the raw output format
Example:
uuidparse {{[-r|--raw]}} {{uuid1 uuid2 ...}}-o, --outputbooleanSpecify which of the four output columns to print
Example:
uuidparse {{[-o|--output]}} {{UUID,VARIANT,TYPE,TIME}}-h, --helpbooleanDisplay help
Example:
uuidparse {{[-h|--help]}}Examples (7)
Parse the specified UUIDs, use a tabular output format
uuidparse uuid1 uuid2 ...Use the JSON output format
uuidparse [-J|--json] uuid1 uuid2 ...Do not print a header line
uuidparse [-n|--noheadings] uuid1 uuid2 ...Use the raw output format
uuidparse [-r|--raw] uuid1 uuid2 ...Specify which of the four output columns to print
uuidparse [-o|--output] UUID,VARIANT,TYPE,TIMEDisplay help
uuidparse [-h|--help]made by @shridhargupta | data from tldr-pages