Skip to content

Instantly share code, notes, and snippets.

@josephmisiti
Created September 17, 2012 21:56
Show Gist options
  • Save josephmisiti/3740034 to your computer and use it in GitHub Desktop.
Save josephmisiti/3740034 to your computer and use it in GitHub Desktop.
function mdump()
{
mongodump --db sqdev --collection $1 --query "{\"sid\" : \"$2\"}" --out $3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment