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]
May be this soft solve your problem: http://diffuse.sourceforge.net/
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]
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.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.