Skip to content

Instantly share code, notes, and snippets.

@yiqingj
Created September 13, 2016 17:32
Show Gist options
  • Select an option

  • Save yiqingj/b2668b24920f7e5ab56e19aa81d6faca to your computer and use it in GitHub Desktop.

Select an option

Save yiqingj/b2668b24920f7e5ab56e19aa81d6faca to your computer and use it in GitHub Desktop.
batch delete database
psql -U osm -d postgres -c "\l" | grep atlas-* | awk '{print $1}' | xargs -n 1 dropdb -U osm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment