On Mon, Apr 29, 2019 at 07:46:09AM +0800, Paul Wise wrote: > On Sun, Apr 28, 2019 at 10:53 PM Jörg Frings-Fürst wrote: > > > - From where comes the http://yorba.org/download/shotwell/ ? > > Probably some sort of redirect, I suggest using `uscan --debug > --verbose |& grep -C10 yorba` to get an idea of where it comes from.
The |& is new to me. Please elaborate what it is. Is it short hand notation for 2>&1 | ?? Explained The 1 is standard output channel The 2> is error output channel With 2>&1 is error output redirected to the same as standard output The | in foo | bar pipes the output of foo to bar Groeten Geert Stappers -- Leven en laten leven

