Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

linux command create zip archive code example

Example 1: convert all files and folders in current directory into zip in linux

zip -r myfiles.zip mydir

Example 2: create a zip file in linux

Zipping a folder in linux
zip -r tecmint_files.zip tecmint_files

Unzipping a Zip file in linux
unzip tecmint_files.zip

Tags:

Shell Example

Related

angular matInput format input only text code example document getbyid javascript code example js sum of all numbers in array code example how to take user input in date time format node js code example how merge two list in pandas code example self.i in pyhton code example rename a dataframe in r code example javascript how to print a character from ascii code code example react native createcontext code example change the listening port for nginx code example sql get biggest values code example v-model in vue js code example

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy