Login
Remember
Register
Ask a Question
How to find the difference in two configuration files?
0
votes
asked
Nov 11, 2020
in
Linux
by
sharadyadav1986
How to find the difference in two configuration files?
#linux-configuration-files
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 11, 2020
by
rahuljain1
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
...