Base64 decode data: Difference between revisions

Content added Content deleted
Line 751: Line 751:
<pre>To err is human, but to really foul things up you need a computer.
<pre>To err is human, but to really foul things up you need a computer.
-- Paul R. Ehrlich</pre>
-- Paul R. Ehrlich</pre>

=={{header|jq}}==

Simply pipe the base64 string into:

jq -rR base64d


=={{header|Jsish}}==
=={{header|Jsish}}==