Lire un fichier binaire en hexadecimal, et inversement.
:%xxd -c 96 (1)
:%xxd -r (2)
1 | Convert the content of the vim buffer to hexadecimal via the external command xxd (and set it to adapt the display to 96 columns) |
2 | Revert to binary |
GNU+Linux command memo
Lire un fichier binaire en hexadecimal, et inversement.
:%xxd -c 96 (1)
:%xxd -r (2)
1 | Convert the content of the vim buffer to hexadecimal via the external command xxd (and set it to adapt the display to 96 columns) |
2 | Revert to binary |