If you want to zip files using the command line, run the following line:
zip -r new_file.zip directory
Code language: CSS (css)
HTML, CSS and JavaScript
If you want to zip files using the command line, run the following line:
zip -r new_file.zip directory
Code language: CSS (css)