Estou tentando codificar uma imagem em base64 em um script de shell e colocá-la na variável: test="$(printf DSC_0251.JPG | base64)" echo $test RFNDXzAyNTEuSlBH Eu também tentei algo assim: test=\`echo -ne DSC_0251.JPG | base64\` mas ainda sem sucesso. Eu quero fazer algo assim: curl -v -X...