here's the final version of the "redirects cheat sheet" draft I posted a while back!

("The Secret Rules of the Terminal" is finished! 95 beta readers have read it! the copy editor is done! technical review is done! the illustrator has made the cover! It's going to be out on *****Tuesday June 24*****")

@b0rk Nice! I always forget how to do the stderr redirects... For gotcha 1, have you seen `sponge` from moreutils? https://joeyh.name/code/moreutils/
moreutils

@effigies @b0rk
Is sponge very different from tee? Man page makes it sound like it doesn't print its input but sounds same otherwise?

Must admit, I'm not sure if `cat file | tee file` would delete the file.

@idbrii @effigies this stack overflow answer gives an example where tee and sponge have different results https://stackoverflow.com/questions/33638511/differences-between-sponge-and-tee/68606136#68606136