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 v2

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 :: how to install nvm in ubuntu 18.04 
Shell :: install unrar linux 
Shell :: open port 8080 fedora 
Shell :: run screen on background linux terminal 
Shell :: find exclude specific file 
Shell :: git log by author 
Shell :: linux no internet connection 
Shell :: unity localization 
Shell :: remove commits from github 
Shell :: how to view task manager in linux 
Shell :: change username and home directory linux 
Shell :: git exclude file 
Shell :: bash find text in specific file 
Shell :: git check if stash exists 
Shell :: install redis windows 10 
Shell :: aab to apk 
Shell :: line number in nano editor 
Shell :: install docker ec2 
Shell :: nvm install version 
Shell :: ubuntu wsl go to desktop 
Shell :: push with token github 
Shell :: linux memes 
Shell :: git remove my local changes and pull from master 
Shell :: install latest i18next version 
Shell :: apt update package 
Shell :: class sorting in tailwindcss 
Shell :: create git repository pycharm 
Shell :: git change rebase to merge 
Shell :: how to see staged files in git 
Shell :: bash split a word into characters 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =