Timeline for Shortest hex dumping program
Current License: CC BY-SA 4.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Jul 10, 2019 at 9:31 | comment | added | Jonathan Allan | @NahuelFouilleul I can't see anything forbidding that. Thanks! | |
| Jul 10, 2019 at 9:31 | comment | added | Jonathan Allan |
@spuck - I looked at -c for a no-limit option but didn't think of restricting to 1, thanks!
|
|
| Jul 10, 2019 at 9:30 | history | edited | Jonathan Allan | CC BY-SA 4.0 |
added 156 characters in body
|
| Jul 10, 2019 at 7:27 | comment | added | Nahuel Fouilleul |
maybe echo `xxd -c1 -p -u 1ドル`, if newline at the end is allowed
|
|
| Jul 10, 2019 at 4:35 | comment | added | spuck |
xxd -c1 -p -u 1ドル|tr \\n \
|
|
| Jul 9, 2019 at 13:53 | history | edited | Jonathan Allan | CC BY-SA 4.0 |
deleted 97 characters in body
|
| Jul 9, 2019 at 13:51 | comment | added | Jonathan Allan | Awesome thank you! | |
| Jul 9, 2019 at 13:41 | comment | added | manatwork | If I understand you correctly, you just want to change from double quotes to single quotes: Try it online! | |
| Jul 9, 2019 at 13:28 | history | edited | Jonathan Allan | CC BY-SA 4.0 |
added 105 characters in body
|
| Jul 9, 2019 at 13:25 | comment | added | Jonathan Allan |
Thanks, any idea how to get the \n and \ to work in the 'this' link version? EDIT: I added another escape character.
|
|
| Jul 9, 2019 at 13:07 | comment | added | manatwork |
Minor reductions: xxd -u -p 1ドル|fold -2|tr \\n \ .
|
|
| Jul 9, 2019 at 12:46 | history | answered | Jonathan Allan | CC BY-SA 4.0 |