i.e. from encoded mailheaders (=?UTF-8?Q?Thomas_Gr=c3=a4fner?=)
echo "MYQSTUFF" | perl -MMIME::QuotedPrint -0777 -nle 'print decode_qp($_)'
or simply use the qprint command
i.e. from encoded mailheaders (=?UTF-8?Q?Thomas_Gr=c3=a4fner?=)
echo "MYQSTUFF" | perl -MMIME::QuotedPrint -0777 -nle 'print decode_qp($_)'
or simply use the qprint command