mongodbimport错误的导入集合

mongoimport -d tx -c neeq_historical_market /www/www/xyw/logs/2015-07-29/hq_price.txt

mongoimport -d tx -c neeq_fin_rpt_item /www/www/xyw/logs/2015-07-29/fin_rpt_item.txt

如命令,我错误的将7.29号的fin_rpt_item.txt文件导入到了neeq_historical_market集合中,怎么导出并且删除导入的数据啊

找到fin_rpt_item.txt与hq_price.txt的不同之处,find后 remove;