Just use the base64 program from the coreutils package: echo QWxhZGRpbjpvcGVuIHNlc2FtZQ== | base64 --decode Or, to include the newline character echo `echo ...
確定! 回上一頁