On 29.05.06,16:04, Randall R Schulz wrote:
Jostein,
On Monday 29 May 2006 15:52, Jostein Berntsen wrote:
...
List over Yast updates sorted by date:
ls -lR /var/lib/YaST2/you/mnt/i386/update/9.2 | awk print '{$6,$7,$8}'
Sorry, that should be:
ls -lR /var/lib/YaST2/you/mnt/i386/update/9.2 | awk print '{$6,$7,$8} | \ sort -n
Awk doesn't like this (even with the second apostrophe reinstated). I tried variations, but nothing I came up with was to awk's liking.
Naturally, I substituted 10.0 instead of 9.2.
Finally, this looks like only the YOU updates. I was more concerned with YaST package installation and updates, since that's what I did between the time Gnumeric was working and when it stopped working.
Correction in command: "ls -lR /var/lib/YaST2/you/mnt/i386/update/10.0/patches | awk '{print $6,$7,$8}' | sort -n" Should work with awk now. - Jostein -- Jostein Berntsen <jbernts@broadpark.no>