examples: Writing an output filter in Bash: comment v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sun, 16 Dec 2018 13:42:25 +0100
branchv_0
changeset 215 c7e88edaedc5
parent 214 63f31bf2697f
child 216 bbc9c89122f1
examples: Writing an output filter in Bash: comment
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.]]></pre>
 
 		<p>
-			Using this method, we can convert any single relation to any format (preferably text one, but <code>printf</code> can produce also binary data).
+			Using this method, we can convert any single relation to any format (preferably some text one, but <code>printf</code> 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).
 		</p>
 		
 		<h2>Rename VG in /etc/fstab using relpipe-tr-sed</h2>