[Whonix-devel] [Help-bash] How to create a real copy of file descriptors stdout / stderr?
Patrick Schleizer
patrick-mailinglists at whonix.org
Mon Feb 27 20:57:00 CET 2017
Patrick Schleizer:
> unbuffer apt-get "$@" 1> >(tee -a "$logfile") 2> >(tee -a "$logfile" >&2)
Could we even use
&>
?
More information about the Whonix-devel
mailing list