themercee
3/10/2020 - 5:46 PM

Archive

archive, zip, tar

Zip

# Create archive name.zip
zip -r name.zip folder

# To unzip
unzip name.zip -d destdir