hex2bin

CLI utility to hexidecimal decode input

Usage no npm install needed!

<script type="module">
  import hex2bin from 'https://cdn.skypack.dev/hex2bin';
</script>

README

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: