I have two files.
Each file is an ascii file. They contain scripts that I and others have written over the years. I want to combined these two files and have a single uniq file.
Diff will show me all the differences, whats missing from one file or the other .. but how the heck can I keep the integrity ?
for instance
file 1 file 2 uniq file
script1 Ascript script1
bicycle red bicycle
car yellow car
boat blue boat
script2 script3 script2
motorcycle airplane motocycle
quad tricycle quad
skateboard skateboard
Bscript
script3 black script3
airplane green airplane
tricycle purple tricycle
Ascript
red
yellow
blue
Bscript
black
green
purple
No dupes, no loss, ....
Ive used prt -m to cat files with columns ... but not sure where to start here ..
Thanks
Chris
Each file is an ascii file. They contain scripts that I and others have written over the years. I want to combined these two files and have a single uniq file.
Diff will show me all the differences, whats missing from one file or the other .. but how the heck can I keep the integrity ?
for instance
file 1 file 2 uniq file
script1 Ascript script1
bicycle red bicycle
car yellow car
boat blue boat
script2 script3 script2
motorcycle airplane motocycle
quad tricycle quad
skateboard skateboard
Bscript
script3 black script3
airplane green airplane
tricycle purple tricycle
Ascript
red
yellow
blue
Bscript
black
green
purple
No dupes, no loss, ....
Ive used prt -m to cat files with columns ... but not sure where to start here ..
Thanks
Chris