The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > The UNIX Forums - Contact Us > Post Here to Contact Site Administrators and Moderators
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 10-31-2007
salaathi's Avatar
salaathi salaathi is offline
Registered User
 

Join Date: Sep 2007
Location: Madurai
Posts: 20
program to find the uncommon numbers between two files.

Hi,

I need to extract the uncommon numbers from file1 and file2

For Example:

File1
1
2
3
4
5

File2
1
2
3
4
5
6
7
8
9
10

If i compare this two file the output should be iam using solaris version 5.8 pls give me script which should be compatible to run in this version Thanks in advance.

output file should be
6
7
8
9
10
Reply With Quote
Forum Sponsor