zip / unzip file or folder
Zips .sql file
db_backup.sql
and locates it to
public_html/
directory
zip -r db_backup.sql public_html/
Unzips the file
zipped.zip
and puts it to the current directory
unzip zipped.zip
by Valeri Tandilashvili
4 years ago
Linux
0
Pro tip: use ```triple backticks around text``` to write in code fences