Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

aws cli delete multiple buckets

for bucket in $(aws s3 ls | awk '{print $3}' | grep my-bucket-pattern); do  aws s3 rb "s3://${bucket}" --force ; done
Comment

PREVIOUS NEXT
Code Example
Shell :: ring check if the operating system is Linux or not 
Shell :: commit to wrong branch git solution 
Shell :: centos Display information about users who are currently logged in. 
Shell :: combine files with header bash 
Shell :: Cloud watch agent for logs and use of PStore 
Shell :: block bench download linux command 
Shell :: how to know if therre is somethign to pull 
Shell :: debian 10 package version lock 
Shell :: get specific version of package 
Shell :: multipass snap 
Shell :: how to transfer data between computers 
Shell :: bash base62 
Shell :: instsall typo3 
Shell :: partial substring comparison bash shell script 
Shell :: Cannot create files/folders in new partition 
Shell :: ubuntu custuom boot iso /etc/grub.d/ 
Shell :: shell programation 
Shell :: jetson tx2 operating volatage 
Shell :: snap remove revision 
Shell :: ansible how to install apache on a remote machine 
Shell :: rkunter after get ubuntu new release 
Shell :: iis restart command promt 
Shell :: restart yabai fast 
Shell :: powershell command to change minimum password length 
Shell :: shared folder in vmware workstation 15 rhel 8 
Shell :: how to set up password ssh access askubuntu 
Shell :: digital assistant 
Shell :: pip install analyse 
Shell :: windows 7 build 7601 not genuine permanent fix 
Shell :: telegram cli install ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =