Hacker News new | ask | show | jobs
by djtriptych 14 days ago
same I just like monads lol. cat + pipe feels purer and has lower mental load for me, which dominates the efficiency of spawning an extra process for, typically, a few microseconds.
1 comments

Exactly. It allows for a consistent pattern:

cmd1 | cmd2 | cmd3 | ... | cmdn