Zip the Folder and Unzip the Folder in Linux
作者:XD / 发表: 2021年12月7日 04:40 / 更新: 2021年12月7日 05:12 / 编程笔记 / 阅读量:1464
Zip the Folder and Unzip the Folder in Linux
zip -r zipmyfile.zip ./*
unzip -o -d /home/new_path unzipmyfile.zip
相关标签