dpkg -l question

2005-06-29 Thread michael

Hello,
I see that when I run
# dpkg -l

I get a nice listing of installed packages, but if I pipe
that command into less or more or even grep whatever,
then the listing gets scrunched up, and it cuts off the end of packages 
with longer names.

Is there a way to display it to show the long name? or
is there a better way to get a partial dpkg -l listing?

Thanks!
cheers,
Mike
--- Sent via IMP


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: dpkg -l question

2005-06-29 Thread michael

Quoting [EMAIL PROTECTED]:


Hello,
I see that when I run
# dpkg -l

I get a nice listing of installed packages, but if I pipe
that command into less or more or even grep whatever,
then the listing gets scrunched up, and it cuts off the end of 
packages with longer names.

Is there a way to display it to show the long name? or
is there a better way to get a partial dpkg -l listing?


ah yes,

man dpkg showed
dpkg --get-selections

That should work nicely,
Cheers,
Mike
--- Sent via IMP


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: dpkg -l question

2005-06-29 Thread Bill Marcum
On Wed, Jun 29, 2005 at 09:20:55PM -0700, [EMAIL PROTECTED] wrote:
 Hello,
 I see that when I run
 # dpkg -l
 
 I get a nice listing of installed packages, but if I pipe
 that command into less or more or even grep whatever,
 then the listing gets scrunched up, and it cuts off the end of packages 
 with longer names.
 Is there a way to display it to show the long name? or
 is there a better way to get a partial dpkg -l listing?
 
COLUMNS=256 dpkg -l


-- 
Tonight you will pay the wages of sin; Don't forget to leave a tip.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]