woensdag 27 juli 2011

sample mongo shell update call

db.item.update({cluster:"nieuws"},{$set:{last_crawl_date:new Date(2011,6,24)}}, false, true);

dinsdag 26 juli 2011

xmlstartlet

example for printing

xmlstarlet sel -t -m "//category" -v "text()" -n filename.xml | sort | uniq