Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unix script for comparing text files???

Status
Not open for further replies.

sdmy

Programmer
Dec 3, 2004
12
0
0
US
Hi All,

I need to compare two text files and print the ouput (differences) to an excel sheet. I need to do like this for around 500 files.
I want to automate the process with unix script.Is there any unix script available to compare two text files and store the output in excel file.
Please help me..

Thanks
 
I doubt there is a script just for your purpose. You can do a diff on your files and redirect the diff output to a .xls file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top