The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

uuid-ncname - Command-line converter for UUIDs <-> NCNames

SYNOPSIS

    uuid-ncname [-r|-n|-i FILE ...]  [uuid-or-ncname, ...]

    uuid-ncname < file

OPTIONS

Default behaviour: Convert the UUIDs, or Base32 NCNames passed in as arguments or via pipe, into Base64, one per line of output. Any Base64 NCNames pass through unchanged. If no arguments are passed and no input is piped in, generate a single new NCName, based on a V4 UUID.

-r --reverse

Convert input from UUID-NCName identifiers, back into an ordinary UUID.

-n --nocase --nc --32

Generate Base32 UUID-NCNames, rather than Base64.

-i --input FILE

Take input from the specified file. Can be passed in several times.