Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

compress folder ubuntu

tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
Comment

Compress a folder in Ubuntu

# To compress a folder in Ubuntu
zip -r compressed_filename.zip foldername
Comment

PREVIOUS NEXT
Code Example
Shell :: show internet password 
Shell :: conda install parse 
Shell :: ext-dom missing ubuntu 
Shell :: git tag delete 
Shell :: tinymce django install 
Shell :: -bash: screen: command not found 
Shell :: sudo tee 
Shell :: git pull remote changes to local 
Shell :: how to enable port 80 in ubuntu 
Shell :: move file from one directory to another sftp 
Shell :: kill process ubuntu 
Shell :: how to update to latest LTS version of ubuntu 
Shell :: sveltekit install 
Shell :: set permanant environemt variable 
Shell :: hopw to run the react-scripts command? 
Shell :: delete all merged branches 
Shell :: mac install sklearn 
Shell :: install vue-material 
Shell :: install devtools 
Shell :: find file by name linux 
Shell :: error commit is a merge but "no -m" option 
Shell :: push new branch to remote 
Shell :: xcode open from terminal 
Shell :: install terminator ubuntu 
Shell :: netbeans linux install 
Shell :: show env in bash 
Shell :: Test connection to Redis with netcat 
Shell :: ubuntu install filebeat 
Shell :: .desktop file ubuntu 
Shell :: create conda environment from yaml file 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =