Hacker News new | ask | show | jobs
by TimWolla 1940 days ago
You can use `psub` for process substitution, e.g. to compare two sorted files:

    diff -u (sort a |psub) (sort b |psub)