Skip to content

Instantly share code, notes, and snippets.

@liamsomerville
Last active July 24, 2017 10:06
Show Gist options
  • Save liamsomerville/535cc93cd63c105463a55d3791b50564 to your computer and use it in GitHub Desktop.
Save liamsomerville/535cc93cd63c105463a55d3791b50564 to your computer and use it in GitHub Desktop.
Strip dates from s3 bucket list
#Get bucket list and remove dates
aws s3 ls | cut -c 21-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment