Answers for "base64 decode command line ubuntu"

0

base64 decode command line ubuntu

echo dGVzdA== | base64 --decode
echo dGVzdA== | base64 -d
# output: test
Posted by: Guest on January-16-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language