I needed all my old notes in toboy and could find an easy way to do it so I knocked up this script for i in .note; do title=$(/usr/bin/xpath -q -e '/note/title' $i | sed -r 's%^(.)%1%g') text=$(xpath -q -e '/note/text' $i;) echo $text > $title.txt done thought i would add it here for anybody that might need it
If you found the article helpful, please share or cite the article, and spread the word:
For any feedback or corrections, please write in to: Simon Quantrill