29 May
2006
29 May
'06
23:04
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.
- Jostein
Randall Schulz