Build Your Own xxd Command Line Tool
Xxd is a Unix command line tool to create hexdumps and to convert a hexdump back into it’s binary form. ...
Xxd is a Unix command line tool to create hexdumps and to convert a hexdump back into it’s binary form. ...
The command line tool yq is like jq but for YAML data instead of JSON data - you can use it to and filter and transform YAML data, much like you would JSON dats with jq. ...