hex2bin

1.0.2 • Public • Published

hex2bin

CLI utility to hexidecimal decode input

Install

NPM

  • Install: npm install --global hex2bin
  • Executable: hex2bin
  • Usage

    Pipe in hexidecimal strings... pipe out binary streams

    $ hex2bin <infile >outfile
    

    Or if you aren't familiar with file indirection you just use pipes

    $ cat infile | hex2bin >outfile
    

    License

    Unless stated otherwise all works are:

    and licensed under:

    Readme

    Keywords

    Package Sidebar

    Install

    npm i hex2bin

    Weekly Downloads

    27

    Version

    1.0.2

    License

    Unlicense

    Last publish

    Collaborators

    • wmhilton