Importing an Endote Libary with PDF Links on a macbook
I can import the library, but I lose the links. If someone could give me detailed instructions I would appreciate it. I read an entry about attaching the pdf library to the start up disk, but I'm not sure where to find the start up disk.
HELP!
HELP!
You need to find the location of those files and do a find and replace in the RIS file to add that information so that Zotero knows where to look for the files.
http://www.zotero.org/support/kb/exporting_from_endnote_with_pdfs
sed -e 's/internal-pdf:\/\/.*\//file:\/\/[escaped-path-to-pdfs]\//g' [input.ris] > [output.ris]
I get the idea, and replace what I think needs to be replaced, the stuff in [] but I get
sed: 1: "s/internal-pdf:\/\/.*\/ ...": bad flag in substitute command: 'R'
I am sureI am doing something wrong that is extremely simple.