Activity for TRiGâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #289070 |
Thanks. I'd missed that. Oddly, combining the flags as `xxd -rp` does not work, but `xxd -r -p` does. (more) |
— | almost 2 years ago |
Edit | Post #289069 | Initial revision | — | almost 2 years ago |
Question | — |
Why does a reverse hexdump truncate the message? $ echo "4c 6f 72 65 6d 20 69 70 73 75 6d 20 64 6f 6c 6f 72 20 73 69 74 20 61 6d 65 74 2c 20 63 6f 6e 73 65 63 74 65 74 75 72 20 61 64 69 70 69 73 63 69 6e 67 20 65 6c 69 74 2c" | xxd -r orem ipsum dolor The actual message here is much longer, but the first letter and most of the rest are ... (more) |
— | almost 2 years ago |