Given the following alias:
openssl enc -base64
the following command line works
echo test|base 64
while the following doesn't
echo test|base64|base64 -d
resulting in
TCC: Unknown command "base64"
openssl enc -base64
the following command line works
echo test|base 64
while the following doesn't
echo test|base64|base64 -d
resulting in
TCC: Unknown command "base64"