You can echo the contents of a pipe to the console in two ways:
command | tee /dev/tty | target
command | tee /dev/stderr | targetYou can echo the contents of a pipe to the console in two ways:
command | tee /dev/tty | target
command | tee /dev/stderr | target