Skip to content

Instantly share code, notes, and snippets.

@davidonet
Created March 29, 2012 16:36
Show Gist options
  • Save davidonet/2239577 to your computer and use it in GitHub Desktop.
Save davidonet/2239577 to your computer and use it in GitHub Desktop.
remove empty txt celle
db.txt.remove({'$and':[{'t': { '$exists': 0 }},{'i': { '$exists': 0 }}]})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment