On Fri, May 10, 2002 at 08:55:40PM -0300, Peter Cordes wrote: > dpkg --get-selections | grep '[^A-Za-z]install$' | cut -f1 > should work.
In the interests of saving you some typing in the future, try
grep -w install
:-)
Andrew
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

