Y
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
frankerz
4114 days ago
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
link
https://github.com/fish-shell/fish-shell/issues/1786