diff -r c079bc35b9b8 -r 46042297e0d6 relpipe-data/examples.xml --- a/relpipe-data/examples.xml Sun Dec 02 17:12:34 2018 +0100 +++ b/relpipe-data/examples.xml Sun Dec 02 20:47:38 2018 +0100 @@ -7,9 +7,37 @@ 40 + + +

relpipe-tr-validator

+

- The world is relational! + Just a passthrough command, so these pipelines should produce the same hash: +

+ + + +

+ This tool can be used for testing whether a file contains valid relational data:

+ + /dev/null; then + echo "valid relational data"; +else + echo "garbage"; +fi]]> + +

or as a one-liner:

+ + /dev/null && echo "ok" || echo "error"]]> + +

+ If an error is found, it is reported on STDERR. So just omit the & in order to see the error message. +

+