logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kcutilmgr - command line interface of miscellaneous utilities

Description

       The  command  `kcutilmgr'  is  a  tool  of  miscellaneous utilities, and to show the configuration.  This
       command is used in the following format.  `file' specifies a input file.  If it is omitted, the  standard
       input  is  read.   If  it  begins  with  "@",  the trailing substring is treated as the input.  `pattern'
       specifies an matching pattern.

              kcutilmgrhex [-d] [file]
                     Performs hexadecimal encoding and its decoding.
              kcutilmgrenc [-hex|-url|-quote] [-d] [file]
                     Performs Base64 encoding and its decoding.
              kcutilmgrciph [-keystr] [file]
                     Performs Arcfour cipher and its decipher.
              kcutilmgrcomp [-def|-gz|-lzo|-lzma] [-d] [file]
                     Performs ZLIB encoding and its decoding.  By default, use the raw format.
              kcutilmgrhash [-fnv|-path|-crc] [file]
                     Calculates the hash value.  By default, use MurMur hashing.
              kcutilmgrregex [-altstr] [-ic] pattern [file]
                     Prints lines matching a regular expression.
              kcutilmgrconf [-v|-i|-l|-p]
                     Shows the configuration of Kyoto Cabinet.
              kcutilmgrversion
                     Shows the version information of Kyoto Cabinet.

       Options feature the following.

              -d : perform decoding (unescaping), not encoding (escaping).
              -hex : use hexadecimal encoding.
              -url : use URL encoding.
              -quote : use Quoted-printable encoding.
              -keystr : set the cipher key.
              -def : use the deflate format.
              -gz : use the gzip format.
              -lzo : use LZO encoding.
              -lzma : use LZMA encoding.
              -fnv : use FNV hashing.
              -path : use the path hashing of the directory database.
              -crc : calculate the CRC32 checksum.
              -altstr : replaces matching substring with the alternative string.
              -ic : ignores difference between upper and lower cases.
              -v : show the version number of Kyoto Cabinet.
              -i : show options to include the headers of Tokyo Cabinet.
              -l : show options to link the library of Tokyo Cabinet.
              -p : show the directory path of the commands.

       This command returns 0 on success, another on failure.

Name

       kcutilmgr - command line interface of miscellaneous utilities

See Also

kcutiltest(1)

Man Page                                           2012-05-24                                       KCUTILMGR(1)

See Also