Dup Goto 📝

Tee_001

PT2/linux/commands 09-03 11:55:29
To Pop
5 lines, 28 words, 138 chars Wednesday 2025-09-03 11:55:29

You can echo the contents of a pipe to the console in two ways:

command | tee /dev/tty | target
command | tee /dev/stderr | target