Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 433 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 433 Bytes

difference_generator

The above python code generates difference between two files. the generated diff file is then opened in gVim and it is a necessary requirement.The generated diff file then pops up after the sucessful execution of the script. Also the data is supposed to be formatted in the required manner. The code makes use of shell commands in linux (command line statements) to generate the difference in required format.