79314656

Date: 2024-12-28 22:36:58
Score: 1
Natty:
Report link

I use a bash one-liner for this:

psql -c '\l' | awk '{print $1}' | grep -E '.*june.*' | xargs -n 1 dropdb
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: stephanos