c/programmer_humor · by Pizzarules668@programming.dev · 3yThis is my first programming meme tell me if this is any good 75 points · 13 comments · view on lemmy.world
13 Comments
monomon@programming.dev · 14 pts · 3y
The
teeprogram is also very useful!blackstrat@lemmy.fwgx.uk · 3 pts · 3y
teewas one of those programs that really opened my eyes to how powerful the Unix-like command prompt could beintelati@programming.dev · 1 pts · 3y
That's amazing..
Pizzarules668@programming.dev · 0 pts · 3y
Never heard of
teeI will have to look in to itjames@lurk.fun · 9 pts · 3y
You should add an exploding head 4th item to the meme with: app | tee log.txt
hemmes@vlemmy.net · 14 pts · 3y
Add your image to the link rather than the body so we can see it while scrolling.
Pizzarules668@programming.dev · 8 pts · 3y
Alright I will do that next time, this was one of my first posts
CooperHawkes@lemm.ee · 7 pts · 3y
Well I chuckled so I would say it’s good!
Pizzarules668@programming.dev · 2 pts · 3y
Good it's not just me
kensand@lemmy.kensand.net · 4 pts · 3y
Even better - redirect stdout to a file within the program!
Xylight@lemmy.xylight.dev · 2 pts · 3y
Congrats, you're the first federated post on my instance.
Reckless@lemmy.world · 1 pts · 3y
In Python logging.info() and the stream handler to redirect to a log file is my preferred settup for simultaneous terminal and file output.
scri@lemmy.world · 1 pts · 3y
app 2>&1 | tee log.txtis my usual go to.