List databases:
echo 'show dbs' | mongo
Show all data from one of the collections: stackoverflow.com/questions/24985684/mongodb-show-all-contents-from-all-collections
echo 'db.collectionName.find()' | mongo mydb
New to topics? Read the docs here!