A new version of the venerable UNIX find utility has been released – now with support for XPath.
One example:
$ ./find -xpath '/bin/*[@size > /bin/bash/@size]'
/bin/ipv6calc
/bin/rpm
A new version of the venerable UNIX find utility has been released – now with support for XPath.
One example:
$ ./find -xpath '/bin/*[@size > /bin/bash/@size]'
/bin/ipv6calc
/bin/rpm