Horje
Compress a folder in Ubuntu Code Example
compress folder ubuntu
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
zip entire directory ubuntu
zip -r compressed_filename.zip foldername
Compress a folder in Ubuntu
# To compress a folder in Ubuntu
zip -r compressed_filename.zip foldername




Shell

Related
git push -u rejected Code Example git push -u rejected Code Example
how to install pytorch 0.4.1 Code Example how to install pytorch 0.4.1 Code Example
pip install pytorch==1.4.0 Code Example pip install pytorch==1.4.0 Code Example
how to install ssh server on ubuntu 16.04 Code Example how to install ssh server on ubuntu 16.04 Code Example
pyinstaller Failed to execute script pyi_rth__tkinter Code Example pyinstaller Failed to execute script pyi_rth__tkinter Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10