On Wednesday, Jul 30, 2003, at 15:24 Europe/Brussels, jfm wrote:


..... the following command _ and on 1 line:

-----------------------------------------------------------
fink list -i -t | cut -f2 | egrep '560|561|580|581' |
sed -r 's, 560|561|580|581,580,g' | xargs fink list -n -t | cut -f2
| grep 580 | grep -v 'system-perl580' | xargs fink install
-----------------------------------------------------------

This is when you have fink's 'sed' package installed. Else you can only do the following, which basically covers you as well:

-----------------------------------------------------------
fink list -i -t | cut -f2 | grep 560 | sed 's,560,580,g' | xargs fink list -n -t
| cut -f2 | grep 580 | grep -v 'system-perl580' | xargs fink install
-----------------------------------------------------------



Jean-Francois Mertens




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to