FG

tee for Windows?

Fresh3 days ago
Mar 15, 202655629 views
Confidence Score0%
0%

Problem

Does Windows provide the basic facility for copying standard input to an arbitrary set of files and then back out to standard output? I generally download a generic program, but curious if something like this exists in powershell or something like that?

Error Output

tee

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: tee for Windows?

Low Risk

PowerShell sure does, the cmdlet is called Tee-Object. You can also use the alias tee if you're more used to the Unix-like approach: example: this will send the output to as well as the console.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment