Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Compress files powershell

#Ordner komprimieren
Compress-Archive

#Ordner dekomprimieren
Expand-Archive
	
Comment

Compress files powershell

Compress-Archive -Path (Join-Path $filesDir "*.*") -DestinationPath (Join-Path $outDir "Files_Compressed.zip")
Comment

how to compress files in powershell

Compress-Archive -Path C:Invoices* -Update -DestinationPath C:ArchivesInvoices
Comment

PREVIOUS NEXT
Code Example
Shell :: awk uppercase first character 
Shell :: pull from dev branch to master 
Shell :: bash execute command in variable 
Shell :: redis ubuntu install 
Shell :: awk if column greater than 
Shell :: heroku push non master branch 
Shell :: how to rename a file on cmd prompt to current date 
Shell :: fix node gyp issue on linux 
Shell :: check redis server status 
Shell :: pip info package location 
Shell :: create github repo with bash 
Shell :: how to install velero on ubuntu 
Shell :: cmd for pushing to github for the first time 
Shell :: npm windows error 
Shell :: check os shell liunx cygwin darwin 
Shell :: install wget on redhat 
Shell :: git commit message conventions 
Shell :: adapta ubuntu 
Shell :: git merge master to branch 
Shell :: remove in terminal 
Shell :: homebrew install autoconf 
Shell :: setup teamspeak docker 
Shell :: cat command in linux 
Shell :: create .pem file from crt 
Shell :: git reset staged files 
Shell :: neofetch in linux 
Shell :: bash assigning to new array 
Shell :: jq select where 
Shell :: git change author of last 2 commits 
Shell :: gitignore generator 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =