Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-user-br
Fiz um tb
Se quiser fazer update apenas de pacotes marcados como U
# emerge $(emerge -uDp world|awk {'if ($2=="U") { print "="$4}'})
Se quiser fazer update de pacotes marcados como U ou N
# emerge $(emerge -uDp world|awk {'if ($2=="U" || $2=="N") { print "="$4}'})
Se quiser fazer update de pacotes marcados como U, N ou NS
# emerge $(emerge -uDp world|awk {'if ($2=="U" || $2=="N" || $2=="NS")
{ print "="$4}'})
On Wed, 30 Mar 2005 10:03:58 -0300, Marcus André Fazzi Ribeiro
<anunakin@...> wrote:
> Muito útil para quem como Eu misturou instáveis ~x86 com estáveis....
>
> Nome: emerge_world_upgradeonly
> Código:
>
> #!/bin/bash
> PACKS=`emerge -uDp world |grep -v "^$"|grep -v "UD"|grep "]"|cut -d
> "]" -f 2|cut -d " " -f 2|sed-e "s/.*/=&/g"`
> emerge $1 $PACKS
>
> --
> Marcus André Fazzi Ribeiro
> Athlon XP 2400+ 512 MB Gentoo Linux
> PlayStaion 2 + NA + HDD 80GB + PS2Linux
>
>
>
--
[]s Magno
Linux user: #123834
http://counter.li.org
--
gentoo-user-br@g.o mailing list
|
|