Hacker News new | ask | show | jobs
by taylorallred 260 days ago
Piping syntax is nice for reading, but it's hard to debug. There's no clear way to "step through" each stage of the pipe to see the intermediate results.
1 comments

There is usually some variant of tee that lets you do that.