|
As the article mentions XML representation of a file system, I think that the following link is of high relevance and interest:
find with XPath over file system
http://uucode.com/texts/xfind/index.html
The standard UNIX utility find now supports XPath:
$ ./find -xpath '/bin/*[@size > /bin/bash/@size]'
/bin/ipv6calc
/bin/rpm
|