💾 Archived View for freeshell.de › tldr › xxd.gmi captured on 2022-04-28 at 19:50:00. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Create a hexadecimal representation (hexdump) from a binary file, or vice-versa.
xxd {input_file}
xxd {input_file} {output_file}
xxd -a {input_file}
xxd -c {10} {input_file}
xxd -l {32} {input_file}
xxd -p {input_file}
xxd -r -p {input_file} {output_file}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).