kccmp/README.md

16 lines
409 B
Markdown
Raw Permalink Normal View History

2024-01-06 00:45:49 +01:00
# kccmp
kccmp is a simple tool for comparing two linux kernel ".config" files.
It has the following features:
1) Displays the configuration variables with different values.
2) Displays the configuration variables and values which are found in
only one of the compared files.
usage:
% kccmp /path/to/first/.config /path/to/second/.config
example:
% kccmp /usr/src/linux/.config /usr/src/linux/.config.old