Philip TAYLOR wrote:


Ant wrote:

$ base64 -di encoded.txt decoded.jpg
base64: extra operand `encoded.txt'
Try `base64 --help' for more information.

Too many parameters.  Add a redirection operator such as ">",
as in :

$ base64 -di encoded.txt > decoded.jpg

Philip Taylor


Good catch. I was posting from my Windows machine using the base64 command from http://www.fourmilab.ch/webtools/base64/ instead of my Linux machine. I remembered that the "ignore garbage" switch was different (-i instead of -n) but forgot that the Linux command didn't have a output file parameter. Thanks for catching and correcting.

--
Jim
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to