BLU Discuss list archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss] Please help with a BASH puzzle



On Fri, 23 Aug 2019 23:03:26 -0400
Chris Tyler <chris at tylers.info> wrote:

> ...Which you can then compare your input file against using the comm
> command. (It runs in <5s on my chromebook here).

comm is fine, and it's faster than diff if the files are small enough
to fit in RAM. You'll have problems if comm starts paging which is why
I favor diff as a general purpose solution.

-- 
Rich Pieri