relpipe-data/examples.xml
branchv_0
changeset 215 c7e88edaedc5
parent 214 63f31bf2697f
child 216 bbc9c89122f1
equal deleted inserted replaced
214:63f31bf2697f 215:c7e88edaedc5
   419 Device /dev/sde is mounted at /mnt/data and contains ext4.
   419 Device /dev/sde is mounted at /mnt/data and contains ext4.
   420 Device UUID=a2b5f230-a795-4f6f-a39b-9b57686c86d5 is mounted at /home and contains btrfs.
   420 Device UUID=a2b5f230-a795-4f6f-a39b-9b57686c86d5 is mounted at /home and contains btrfs.
   421 Device /dev/mapper/sdf_crypt is mounted at /mnt/private and contains xfs.]]></pre>
   421 Device /dev/mapper/sdf_crypt is mounted at /mnt/private and contains xfs.]]></pre>
   422 
   422 
   423 		<p>
   423 		<p>
   424 			Using this method, we can convert any single relation to any format (preferably text one, but <code>printf</code> can produce also binary data).
   424 			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).
       
   425 			This is good for ad-hoc conversions and single-relation data.
       
   426 			More powerful tools can be written in C++ and other languages like Java, Python, Guile etc. (when particular libraries are available).
   425 		</p>
   427 		</p>
   426 		
   428 		
   427 		<h2>Rename VG in /etc/fstab using relpipe-tr-sed</h2>
   429 		<h2>Rename VG in /etc/fstab using relpipe-tr-sed</h2>
   428 		
   430 		
   429 		<p>
   431 		<p>