Thorsten Grothe wrote:
> Hi all,
> 
> I'm using archlinux a couple of months now and I'm pretty happy with it. 
> It is simple, the community is very friendly and pacman is even better 
> than apt-get. Arch Linux is my destop distro of choice. Very good work!
> 
> Yesterday I did a pacman -Syu to upgrade my system. This worked fine. 
> But now I have a lot of *.pacnew files. How can I get rid of them 
> automatically?
>  

"find . -name '*.pacnew' -exec rm {} \;" should work. But thats not what 
you want to do :)
You probably want to check the pacnew-files against the other files you 
got, and do the changes yourself, until someone makes a pacnew-diff 
utility.

-- 
cso


_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to