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 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 :: Simulate keys with powershell 
Shell :: change dns server ubuntu 20.04 
Shell :: can i install linux on an external hard drive 
Shell :: ERR_NO_CERTIFICATES: Encountered adb error: NoCertificates. ionic 
Shell :: Display lines containing the pattern “root” and 3 lines after them in the file /etc/passwd. 
Shell :: electron app any website 
Shell :: replace delimiter for new line 
Shell :: docker kill running container(s) 
Shell :: create scheduled task via powershell scheduled reboot 
Shell :: install maven dependencies 
Shell :: discard all changes 
Shell :: git set upstream repository 
Shell :: for shell 
Shell :: apple logo in terminal 
Shell :: WslRegisterDistribution failed with error: 0x8000000d 
Shell :: how to untrack files in git 
Shell :: create patch in git 
Shell :: how to install pytorch 0.4.1 
Shell :: docker pull image 
Shell :: how to get git stash changes back 
Shell :: install docker-compose in centos 8 
Shell :: install composer 
Shell :: git revert pr merge 
Shell :: vim reverse lines 
Shell :: unarchive tar acrhive 
Shell :: Installed Build Tools revision 31.0.0 is corrupted. Remove and install again using the SDK Manager. 
Shell :: install mongo ubuntu 20.04 
Shell :: reset gpg passphrase 
Shell :: linux change owner 
Shell :: Install Strimio on ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =