python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
sed and tee when working together in pipes no longer behaves like stream
Anyone can help explaining why sed and tee when used separately seems to behave like stream but not when combined?
You can see how stdout is progressively being streamed to stdout.
But when used toget...
stopsopa
Votes: 0
Answers: 1
How to get console output of Get-AdUser but also pipe it into another command?
I am trying to run a get-aduser command and | it into a set-aduser command, but how do I display the get-aduser command and also pipe it into the set-aduser?
Thanks
Cory
Votes: 0
Answers: 1
Linking subprocesses with tee in python
I'm playing with tee and Python's subprocesses, and have some issues. I would like to write a Python program that could take a command (that writes to stdout), and feed the output to a given number of...
saihtamtellim
Votes: 0
Answers: 1
AIX Shell Prepend code being run to an output logfile along with stdout data
How do I prepend the code I ran, either directly at the shell prompt or via shell-script to an output logfile I created.
#something like this
echo ' Until < code > do ; <code> done; cas...

user1874594
Votes: 0
Answers: 0