On Fri, Oct 13 2006, at 18:46 +0200, Wolfgang Pfeiffer wrote:
> 
> 
> *** 3:
> 
> Run this command on the changed file:
> 
> cut -c 14- update.txt |  less

better, probably:
cut -c 14- update.txt | sort -fg |  less

> 
> You should find something like this:
> 
>  hdparm.list
> 
> *** 4:
> 
> If too much is cut in #3, change '14-' accordingly ..
> 
> If you find the output in #3 usable, save it with a usable '-c' value:
> like:
> 
> cut -c 14- update.txt > cut.update.txt

ditto:
cut -c 14- update.txt | sort -fg > cut.update.txt

Now with this output the diff between my installed packages and yours
might be easier ...

> 
> 
> *** 5
> 


:)

Regards
Wolfgang

-- 
Wolfgang Pfeiffer: /ICQ: 286585973/ + + +  /AIM: crashinglinux/
http://profiles.yahoo.com/wolfgangpfeiffer

Key ID: E3037113
http://keyserver.mine.nu/pks/lookup?search=0xE3037113&fingerprint=on


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to