You are not logged in.
So I can't remember the other program that also redirect the stdin to another command. For example:
program 1 >> xargs comand2 /blah/blah/blah/my_file.txt
You get the point. So I don't use sudo sh -c "the whole expression"
I can't remember it :C, please help my brain.
Last edited by Succulent of your garden (2025-08-24 13:04:22)
str( @soyg ) == str( @potplant ) btw!
Offline
tee, like what british like but without a. I remember it .
str( @soyg ) == str( @potplant ) btw!
Offline
It's because of
|: pipe
T: T-pipe, but using "T" as command name was likely considered a bad idea, so "tee"
Offline
nice. Obviously I didn't knew that. It makes sense. Now I hope my brain learned it very well , I have three ways to remember it: English like tee, pipelines in the shape of T exists and Mr. T
str( @soyg ) == str( @potplant ) btw!
Offline