cancel
Showing results for 
Search instead for 
Did you mean: 
  • 1,353 Views

How do i compare more than a two configuration files at a time ?

Jump to solution
 
0 Kudos
1 Solution

Accepted Solutions
magnuz
Mission Specialist
Mission Specialist
  • 1,296 Views

Hi @OmkarSwarna,

You can use vimdiff or vim with the option -d for this task. It can compare between two and eight versions of a file.


vim -d [FILE1] [FILE2]...[FILE8]



View solution in original post

3 Replies
Alexandre
Starfighter Starfighter
Starfighter
  • 1,342 Views

May be this soft solve your problem: http://diffuse.sourceforge.net/

0 Kudos
magnuz
Mission Specialist
Mission Specialist
  • 1,297 Views

Hi @OmkarSwarna,

You can use vimdiff or vim with the option -d for this task. It can compare between two and eight versions of a file.


vim -d [FILE1] [FILE2]...[FILE8]



  • 1,274 Views

Got the stuff comaparision of more than two files at a time with vimdiff or gvimdiff, i gone through Man pages  as well thanks for update. 

0 Kudos
Join the discussion
You must log in to join this conversation.