Y
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
witrak
14 days ago
Exactly. It allows for a consistent pattern:
cmd1 | cmd2 | cmd3 | ... | cmdn
link
cmd1 | cmd2 | cmd3 | ... | cmdn