On 08/19/08 11:48, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> On the chance I find such a tool, what string should it look for? To > be clear, I'm asking about the case where I'm not looking for > specific note text, but am searching to find which files contain > notes. It sounds like you're asking about the notes saved as extended attributes? If you're on Leopard, try `xattr -l file.pdf |grep net_sourceforge_skim`. If not, you could easily write a C tool to do the same thing, using listxattr(2). -- Adam ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Skim-app-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/skim-app-users
