# HG changeset patch # User František Kučera # Date 1544964145 -3600 # Node ID c7e88edaedc5a24d0b2aeb888e2c7af21e46c533 # Parent 63f31bf2697f0ed3bb940404ddd3071f097e1492 examples: Writing an output filter in Bash: comment diff -r 63f31bf2697f -r c7e88edaedc5 relpipe-data/examples.xml --- a/relpipe-data/examples.xml Sun Dec 16 13:35:54 2018 +0100 +++ b/relpipe-data/examples.xml Sun Dec 16 13:42:25 2018 +0100 @@ -421,7 +421,9 @@ Device /dev/mapper/sdf_crypt is mounted at /mnt/private and contains xfs.]]>

- Using this method, we can convert any single relation to any format (preferably text one, but printf can produce also binary data). + Using this method, we can convert any single relation to any format (preferably some text one, but printf can produce also binary data). + This is good for ad-hoc conversions and single-relation data. + More powerful tools can be written in C++ and other languages like Java, Python, Guile etc. (when particular libraries are available).

Rename VG in /etc/fstab using relpipe-tr-sed