# HG changeset patch # User František Kučera # Date 1544109353 -3600 # Node ID e33f13c9128988fdcf983e8efd5a8d664edee63f # Parent 6cd2e54d90ea0a304ce5c76f90558d365f542e5d examples: relpipe-in-fstab diff -r 6cd2e54d90ea -r e33f13c91289 relpipe-data/examples.xml --- a/relpipe-data/examples.xml Thu Dec 06 16:06:32 2018 +0100 +++ b/relpipe-data/examples.xml Thu Dec 06 16:15:53 2018 +0100 @@ -121,6 +121,42 @@ Record count: 9]]> +

relpipe-in-fstab

+ +

+ Using command relpipe-in-fstab we can convert the /etc/fstab or /etc/mtab to relational data +

+ + + +

+ and see them as a nice table: +

+ +
+ +

And we can do the same also with a remote fstab or mtab; just by adding ssh to the pipeline:

+ + + +

+ The cat runs remotely. The relpipe-in-fstab and relpipe-out-tabular run on our machine. +

+ +

+ n.b. the relpipe-in-fstab reads the /etc/fstab if executed on TTY. Otherwise, it reads the STDIN. +

+

relpipe-tr-validator