Is the output of comm guaranteed sorted? In my simple examples they are and that makes sense to me (how I think comm works); however, I need to comm very large files and worried that comm might do some black magic for very large files.
Also, can someone point me to the source of comm? I've never been able to find the source for such scripts.
Thanks