Мануалы и справочники Общие команды
cmp

Команда cmp: опции, ключи и примеры использования

cmp

Compare two files.

  • Find the byte number and line number of the first difference between the files:

cmp {{file1}} {{file2}}

  • Find the byte number and differing bytes of every difference:

cmp -l {{file1}} {{file2}}

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM