Package xxd: Information

Binary package: xxd
Version: 9.1.0050-alt2
Architecture: ppc64le
Build time:  Jan 25, 2024, 06:03 PM in the task #338959
Source package: vim
Category: File tools
Report package bug
Home page: http://www.vim.org

License: Vim
Summary: Make a hexdump or do the reverse
Description: 
xxd creates a hex dump of a given file or standard input. It can
also convert a hex dump back to its original binary form. Like
uuencode(1) and uudecode(1) it allows the transmission of binary
data in a `mail-safe' ASCII representation, but has the
advantage of decoding to standard output. Moreover, it can be
used to perform binary file patching.



Last changed


Jan. 25, 2024 Gleb Fotengauer-Malinovskiy 4:9.1.0050-alt2
- Reverted upstream commit "patch 9.1.0041: xxd -i may generate incorrect C
  statements" to fix regression in xxd -i output (ALT#49180).
Jan. 24, 2024 Gleb Fotengauer-Malinovskiy 4:9.1.0050-alt1
- Updated to v9.1.0050.
- Applied some tweaks to specfile highlight (thx Vitaly Chikunov).