Linux command
uuinfo 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Inspect a UUID
uuinfo [01941f29-7c00-7aaa-aaaa-aaaaaaaaaaaa]
Pipe a UUID from stdin
echo "[some-uuid]" | uuinfo -
Output as JSON
uuinfo -o json [id]
说明
uuinfo parses and displays detailed information about compound unique identifiers including UUID versions 1-8, ULID, Snowflake, and more. It shows color-coded bit breakdowns, timestamps, entropy, and version information. Supports auto-detection and forced format parsing.
FAQ
What is the uuinfo command used for?
uuinfo parses and displays detailed information about compound unique identifiers including UUID versions 1-8, ULID, Snowflake, and more. It shows color-coded bit breakdowns, timestamps, entropy, and version information. Supports auto-detection and forced format parsing.
How do I run a basic uuinfo example?
Run `uuinfo [01941f29-7c00-7aaa-aaaa-aaaaaaaaaaaa]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more uuinfo examples?
This page includes 3 examples for uuinfo, plus related commands for nearby Linux tasks.