Skip to content

Instantly share code, notes, and snippets.

@x
Created July 30, 2014 11:56
Show Gist options
  • Select an option

  • Save x/93793c12003b1312ffda to your computer and use it in GitHub Desktop.

Select an option

Save x/93793c12003b1312ffda to your computer and use it in GitHub Desktop.
get s3 files by grep
s3cmd ls s3://S3_BUCKET | grep PATTERN | tr -s ' ' | cut -d' ' -f4- | xargs s3cmd get
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment