3 ms·
Nitpick, but enclosing the first string in single quotes would make the reading better: $ echo '{"' | base64 Vs $ echo "{\"" | base64
by Faaak 1y ago
Nitpick, but enclosing the first string in single quotes would make the reading better:
$ echo '{"' | base64
Vs
$ echo "{\"" | base64
- mdaniel 1y agoThat's a huge pet peeve of mine, but similar to the control-r comment elsewhere, I have just come to terms with the fact that most developers are allergic to shell