DUtils

Doemes Utilities - Various Programs I frequently use
git clone git://xatko.vsos.ethz.ch/DUtils.git
Log | Files | Refs

commit b33dab81cb7cd5b9599cf60d82d21d3ba77a1af3
parent 0d401c7c18bfcfa99d01170eee80a8265f271f7a
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Mon, 16 Jul 2018 17:44:22 +0000

Add the exec calls to the example script

Diffstat:
execpipe.1 | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/execpipe.1 b/execpipe.1 @@ -15,7 +15,7 @@ chain of filters before passing it to multilog. .TP Filter out the third column in every line before logging it: .B execpipe -\'awk "{\\$3=\\"\\"; print \\$0}"\' -\'multilog t ./main\' +\'exec awk "{\\$3=\\"\\"; print \\$0}"\' +\'exec multilog t ./main\' .SH AUTHOR Dominik Schmidt (domischmidt@swissonline.ch)