COMM Commands Cheat Sheet

Here is a cli commands cheat sheet for COMM command, you can use this as a quick reminder for basic commands with a brief description for each of the commands.

What is COMM command?

Add some data here

        # Print lines appearing in both  and :
comm -12 <(sort file1.csv) <(sort file2.csv)

# Print lines appearing only in :
comm -23  

# For diffing CSVs from a database, consider:
# https://aswinkarthik.github.io/csvdiff/
    

Check out the COMM command documentation .


You can also check our MegaSh cheatsheet tool, that has 150+ searchable linux cheat sheets in one page, so you never forget a command as you work again

Check Also

Best AI tools list