bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Diff utilitiy not working


From: John Cowan
Subject: Re: Diff utilitiy not working
Date: Sat, 30 Jul 2011 14:29:55 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

varunesh scripsit:

> I have downloaded the diff utility for windows but it is not showing the 
> difference results.
> 
> Kindly help me.
> 
> Example:
> f1.txt
> sam
> varun
> ramesh
> babu
> 
> f2.txt
> babu
> sam
> 
> I need the output of 
> varun
> ramesh

This is not a mailing list for general Unix tools advice, but for bugs.
However, the utility you want is "comm", with the command line
"comm -23 f1.txt f2.txt".

-- 
John Cowan  address@hidden  http://ccil.org/~cowan
In computer science, we stand on each other's feet.
        --Brian K. Reid



reply via email to

[Prev in Thread] Current Thread [Next in Thread]