大家好,又见面了,我是你们的朋友全栈君。
tar -czvf /path/to/file.tar.gz file
tar -xzvf /path/to/file.tar.gz /path/to
tar -czvf - file | openssl des3 -salt -k password -out /path/to/file.tar.gz
openssl des3 -d -k password -salt -in /path/to/file.tar.gz | tar xzf -
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/146066.html原文链接:https://javaforall.cn