Skip to content
On this page

An image

chalk.ist

How to Zip or Unzip Files From the Linux Terminal

Compress all files of blog directory

bat
zip -r blog.zip blog

Uncompress blog.zip to a directory to blog directory

bat
unzip -q blog.zip -d ./blog

Last updated: