Forum Replies Created

  • Cecil Esquivel

    December 15, 2009 at 9:46 pm in reply to: Exporting Clip Notes to Another program

    That should have been
    grep "\[" movie-clipnotes.xfdf | sed s/">"// | sed s/"<.*"// | sed s/"&#xD;"/" "/ > movie-clipnotes.txt

    (all on one line)

    The <code> tags on Ccow don’t deal with the “&” properly, and take it as literal HTML. The above should work.

  • Cecil Esquivel

    December 15, 2009 at 7:10 pm in reply to: Exporting Clip Notes to Another program

    This is what I did, on a Mac, in the Terminal

    (where there is a file or folder in the command, you type it, or you can drag it in from the Finder into the Terminal window, and it will expand to the Unix path for it.)


    cd /path/to/xfdf-file/
    grep "\[" movie-clipnotes.xfdf | sed s/">"// | sed s/"<.*"// | sed s/" "/" "/ > movie-clipnotes.txt

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy