Skip to content

Instantly share code, notes, and snippets.

@javiervivanco
Created April 14, 2025 11:35
Show Gist options
  • Save javiervivanco/9d4f5c12419f7108822d8bf6796b6f1f to your computer and use it in GitHub Desktop.
Save javiervivanco/9d4f5c12419f7108822d8bf6796b6f1f to your computer and use it in GitHub Desktop.
#!/bin/bash
aws s3api list-buckets --query "Buckets" --output json | jq '.[] | .Name' | sort -h| xargs -I {} echo -e {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment