在一行Perl中,使用Perl解码base64编码文件
Hujiuxiang
・1 分钟阅读
在一行Perl中解码base64编码的文件
perl -MMIME::Base64 -ne 'print decode_base64($_)' < file.txt > out