Recent content by sandy_a

  1. S

    Grep and xml files

    I am writing documents in XML using Arbortext. I would like to make a list of all referenced graphics using grep. Here's what I tried: * Save the xml file as .txt. * Grep for file.loc="*" in hopes of finding all strings like this: file.loc="../graphics/online/image.jpg"...