💾 Archived View for freeshell.de › tldr › comm.gmi captured on 2023-11-04 at 12:20:46. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

comm

Select or reject lines common to two files. Both files must be sorted.

More information.

comm {file1} {file2}
comm -12 {file1} {file2}
cat {file1} | comm -12 - {file2}
comm -23 {file1} {file2} > {file1_only}
comm -13 <(sort {file1}) <(sort {file2})
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY