find with XPath over file system

O

Oleg Paraschenko

Hello,

might be of some interest:

find with XPath over file system
http://uucode.com/texts/xfind/index.html

<quote>

The standard UNIX utility find now supports XPath:

$ ./find -xpath '/bin/*[@size > /bin/bash/@size]'
/bin/ipv6calc
/bin/rpm

XML can be considered as an external representation of in-memory
tree-like structures, and the XML-related standards -- as methods of
processing such data. I'm working on a reusable XPath implementation,
and the new find is a reference implementation for adding XPath into
the C programs.

</quote>

Your comments are welcome.


Regards, Oleg
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,999
Messages
2,570,243
Members
46,838
Latest member
KandiceChi

Latest Threads

Top