Which command can be used to send the output of a command to both stdout and a file: 1 year agoby Linux Questions Which command can be used to send the output of a command to both stdout and a file: › Category: Introduction to Linux I › Which command can be used to send the output of a command to both stdout and a file: Vote Up 0 Vote Down Linux Questions Staff asked 1 year ago Which command can be used to send the output of a command to both stdout and a file: ls 2 | /tmp/output ls | /tmp/output.txt ls | tee /tmp/output.txt ls | echo /tmp/output.txt Please login or Register to submit your answer Username or Email Address Password Remember Me FacebookXGoogle+PinterestLinkedIn