logoalt Hacker News

smalltorchtoday at 1:09 PM1 replyview on HN

The base64 encoding adds about 30% overhead. It's not ideal but it was a limitation of bash. Passing raw binary does not work in bash (or I couldn't get it to work).


Replies

extraduder_iretoday at 1:41 PM

What exactly was the problem you ran into? I've run binary through pipes just fine before.