Pprogrammer_humor·Programmer HumorbyPizzarules668 This is my first programming meme tell me if this is any goodView original on programming.dev75Comments13
hemmes vlemmy.net1Hide 1 replyAdd your image to the link rather than the body so we can see it while scrolling.14
blackstrat replylemmy.fwgx.uktee was one of those programs that really opened my eyes to how powerful the Unix-like command prompt could be3
RReckless lemmy.worldIn Python logging.info() and the stream handler to redirect to a log file is my preferred settup for simultaneous terminal and file output.1
Add your image to the link rather than the body so we can see it while scrolling.
Alright I will do that next time, this was one of my first posts
The
teeprogram is also very useful!teewas one of those programs that really opened my eyes to how powerful the Unix-like command prompt could beThat's amazing..
Never heard of
teeI will have to look in to itYou should add an exploding head 4th item to the meme with: app | tee log.txt
Well I chuckled so I would say it’s good!
Good it's not just me
Even better - redirect stdout to a file within the program!
Congrats, you're the first federated post on my instance.
app 2>&1 | tee log.txtis my usual go to.In Python logging.info() and the stream handler to redirect to a log file is my preferred settup for simultaneous terminal and file output.