Skip to content

Instantly share code, notes, and snippets.

@denzhel
Last active January 26, 2021 18:50
Show Gist options
  • Save denzhel/008f9059dbe004cf37e236491af1b829 to your computer and use it in GitHub Desktop.
Save denzhel/008f9059dbe004cf37e236491af1b829 to your computer and use it in GitHub Desktop.
Show collections for the specific database

To show all collections for the specific database:

mongo <dbName> --quiet --eval "db.getCollectionNames().join('\n')”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment