این دستور دو فایل sort شده را خط به خط با هم مقایسه می نماید.
مثال:
[[email protected] test]# comm a.txt b.txt a a a a b comm: file 1 is not in sorted order a a b d comm: file 2 is not in sorted order a a b a a b
این دستور دو فایل sort شده را خط به خط با هم مقایسه می نماید.
مثال:
[[email protected] test]# comm a.txt b.txt a a a a b comm: file 1 is not in sorted order a a b d comm: file 2 is not in sorted order a a b a a b