nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] folder -nocreate +/this/does/not/exist

2016-08-29 11:43:42
Hi Norm,

That is, a whole pipeline will be run, even if a non-rightmost command
exits with an error return status.

Too true.  To avoid that would seem to need a saving of the output of
one command, testing its exit status before regurgitating into the next
one.

    foo | bar | xyzzy
    foo >a && <a bar >b && <b xyzzy

It's tempting to have a {nohup,time,...}-style command that takes two
commands as parameters and hides the buffering, but the syntax seems
problematic.

    delay foo -- delay bar -- xyzzy

-- 
Cheers, Ralph.
https://plus.google.com/+RalphCorderoy

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>