zip from linux command line


/ Published in: Bash
Save to your folder(s)

zip a folder from linux command line


Copy this code and paste it in your HTML
  1. zip -r <zipfile> <folder_name>

Report this snippet


Comments


You need to login to view comments.