[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dpkg -l columns shrinked



to capture output easily use 'script' (man script)
it will save the output to a text file called 'typescript' by default.
Just do this:
$ script
$ dpkg -l
$ exit
now you can 'cat typescript' or 'vi typescript'
-K

On Sun, 2003-05-18 at 23:46, Pierre THIERRY wrote:
> > $ COLUMNS=190 dpkg -l 
> 
> I was about to reply 'already tried', but I noticed you're using a space
> where I did use a semi-colon... And it works well, now.
> 
> Thanks,
> le Moine Fou
-- 
Kevin Mark <kmark@pipeline.com>

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: