Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install aws cli mac

curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg"
sudo installer -pkg AWSCLIV2.pkg -target /
Comment

install aws cli version 2 mac

curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o AWSCLIV2.pkg
sudo installer -pkg AWSCLIV2.pkg -target /
rm AWSCLIV2.pkg
Comment

install aws cli mac

aws s3 cp s3://WholeBucket LocalFolder --recursive
aws s3 cp s3://Bucket/Folder LocalFolder --recursive
Comment

PREVIOUS NEXT
Code Example
Shell :: download visual studio 2019 for ubuntu 
Shell :: zip linux exclude directory 
Shell :: find exec rm 
Shell :: remove frmo staging git 
Shell :: how to install pycord 
Shell :: ubuntu find folder through terminal 
Shell :: uptime linux 
Shell :: git push an existing repository from the command line 
Shell :: gulp imagemin 
Shell :: mongodb install ubuntu 
Shell :: git discard unstaged files 
Shell :: ubuntu server lamp installation 
Shell :: sh vs bash 
Shell :: install packages rstudio 
Shell :: wsl 
Shell :: how to globally uninstall npm package 
Shell :: WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 
Shell :: pip install pytorch==1.4.0 
Shell :: npm install without dev dependencies 
Shell :: bash command substitution 
Shell :: linux delete files older than 
Shell :: how to setup vim plugins 
Shell :: git rename local branch 
Shell :: command to stop a system service 
Shell :: npm install package as dependecy 
Shell :: merge two branches from different repositories 
Shell :: nano line number 
Shell :: conda install cairo 
Shell :: how to create folder in github 
Shell :: distutils.sysconfig install 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =