Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

zip a file terminal

gzip test.txt
Comment

generate zip file terminal

zip -r directory.zip directory
Comment

zip file in terminal

echo "<h1><center> This will bve zipped</h2></center>" > index.html # create file 
cat index.html # just confirming the file is created and has content in it
zip index.zip index.html # this command will creaed a zipped version on the file index.html

Comment

PREVIOUS NEXT
Code Example
Shell :: run powershell script by clicking 
Shell :: pyinstaller add files 
Shell :: bash cd root permission denied 
Shell :: docker exec it bash python 
Shell :: cmd to find find file 
Shell :: install raspap 
Shell :: extracting tar.gz 
Shell :: git lfs 
Shell :: how to save ssh keygen How to add ssh keys to a specific user in linux? 
Shell :: How To Make Log File On Batch Script 
Shell :: poetry reinstall venv 
Shell :: mysql connect another port 
Shell :: powershell which command 
Shell :: how to make migrations in models in django 
Shell :: check difference between two branches git 
Shell :: find powershell psreadline history path 
Shell :: sort linux 
Shell :: git recurse submodules 
Shell :: if statement bash 
Shell :: bash start two processes at the same time 
Shell :: command to kill or terminate a process 
Shell :: pull branch from github 
Shell :: scp all files in currrent directory 
Shell :: microsoft team ubuntu 
Shell :: awk use string as field separator 
Shell :: how to use scp 
Shell :: exit pipenv shell 
Shell :: how to install fluter 
Shell :: grep substring 
Shell :: angular install ngx-bootstrap 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =