Hacker News new | ask | show | jobs
by anateus 4115 days ago
In fish shell the canonical example is this:

   diff (sort a.txt|psub) (sort b.txt|psub)
The psub command performs the process substitution.
1 comments

It seems like fish shell's ">" process substitution equivalence is not working as well as bash's though

https://github.com/fish-shell/fish-shell/issues/1786