Introduction
Statistics
Contact
Development
Disclaimer
Help
tellus.strangled.net home page
# Files must be sorted
comm -23 file1 file2
# If you have a shell like bash that supports process substitution, you can do:
comm -23 <(sort file1 | uniq) <(sort file2 | uniq)