0 votes
in Linux by
How to find the difference in two configuration files?

1 Answer

0 votes
by
How to find the difference in two configuration files?

You can use the diff command for this:

$ diff abc.conf xyz.conf

diff - linux interview questions on madanswer.com/linux
...