Timeline for Append N hexadecimal numbers to a binary file with Bash
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 12, 2024 at 20:28 | vote | accept | alexmro | ||
| Sep 6, 2024 at 18:41 | comment | added | alexmro |
The perl solution works and is blazing fast. The only strange thing is that when I use big numbers (256, 512, 1024) for the total (second argument), it actually writes total - 16 bytes
|
|
| Sep 5, 2024 at 3:44 | comment | added | Stéphane Chazelas |
Note that some tr implementations such as busybox' or ast-open's do support \xHH notation.
|
|
| Sep 4, 2024 at 22:31 | history | edited | ilkkachu | CC BY-SA 4.0 |
added 198 characters in body
|
| Sep 4, 2024 at 22:22 | history | answered | ilkkachu | CC BY-SA 4.0 |