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

Related questions

0 votes
asked May 21, 2020 in Git by SakshiSharma
+1 vote
asked May 11, 2021 in Linux by rajeshsharma
...