summaryrefslogtreecommitdiff
path: root/examples/findfile1
blob: 1afb1a4c31171714cc53f9c7cb18e0f57ce8d030 (plain)
1
2
3
#!/bin/sh
# Find XML files matching XPath expression (containing 'object' element)
./xmlstarlet sel -T -t -m //object -f --nl xml/table.xml xml/tab-obj.xml