Skip to content

Instantly share code, notes, and snippets.

@saurabh-hirani
Created July 9, 2021 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurabh-hirani/68cc71d7f55d0eac6207d58c45ac1a9c to your computer and use it in GitHub Desktop.
Save saurabh-hirani/68cc71d7f55d0eac6207d58c45ac1a9c to your computer and use it in GitHub Desktop.
test.sh
./aws-ec2-describe-instances-csv | \
q -O -H -d',' 'select launch_time from - where strftime("%Y%m%d", launch_time) < "20210101"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment