[code]sudo apt-get aria2c aria2c -s 10http://cn.archive.ubuntu.com/ubuntu/pool/universe/libp/libpst/readpst_0.6.41-0ubuntu5_i386.deb sudo mv readpst_0.6.41-0ubuntu5_i386.deb /var/cache/apt/archives/ sudo apt-get install readpst mkdir ~/pst && cp /backup.pst ~/pst readpst -M backup.pst cd 個人文件夾名字/收件箱/ for i in `ls -1` ;do mv $i $i.eml;done