Michael Wiktowy wrote: >Specifically I run a script like: > >#!/bin/sh >for i in `yum list updates |cut -f 1 -d " " |grep -A 500 -e Updates |\ >grep -v -e Updates` ; do > echo "Updating $i" > yum -y update $i >done > > Ooops ... replace "Updates" with "Updated" ... or whatever comes before the list of updates in FC4 yum. /Mike -- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-test-list