Search found 1 match

by mnjagadeesh
Sat Jul 03, 2010 10:05 am
Forum: Emacs Lisp
Topic: comparing two files
Replies: 2
Views: 9443

comparing two files

Hello, I have two files text1 and text2. these two file share some lines in common. I want to find out what are not common. assume contents of files: text1: a b c and text2: a r h b w e c so I guess line comparision is good. I used perl to get my job done but want to know how to do it in emacs. I ha...