Skip to content
page

zip

Bash
# 圧縮
zip -r {archive-name}.zip {directory}
# 解凍
unzip {archive-name}.zip -d {directory}

See also