Hacker News new | past | comments | ask | show | jobs | submit login

In fish shell the canonical example is this:

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



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




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: