diff options
Diffstat (limited to 'examples/elem-uniq')
-rw-r--r-- | examples/elem-uniq | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/elem-uniq b/examples/elem-uniq new file mode 100644 index 0000000..e8fe875 --- /dev/null +++ b/examples/elem-uniq @@ -0,0 +1,3 @@ +#!/bin/sh +# display unique elements +./xmlstarlet el -u ./xml/tab-obj.xml |