Hello list , 

Thx for answering my little 'diff' problem , but I still need some help...


I have 2 files (ex.): 

file 1          file 2

word u          word t
word v          word v
word w          word z
word x          word a
word y
word z


I wish to compare those 2 files , and create as output file 3 which consist of the 
words in file 1 which are NOT in file 2.
In other words , all words which exist in file 2 should be removed from file 1 


so file 3 should be : 

word u
word w
word x
word y


Could this be done at command line with some simple instructions , or should I create 
a small script ?

Greetingz & thx for the reply's ...

Kristof






Visit our website! http://www.nbb.be

"DISCLAIMER: The content of this e-mail message should not be constructed as binding 
for the National Bank of Belgium (NBB) unless otherwise and previously stated.
Besides, the opinions expressed in this message are solely those of the author and do 
not necessarily represent those of the NBB, which is particularly the case if the 
content of the present message, or part of it, is of a private nature or does not come 
whithin the professional scope of the author."









-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to