On Mon, Aug 22, 2005 at 03:37:50PM +0200, Rakotomandimby Mihamina wrote:
> Hi,
> I would like to save the names of all the installed packages.
> 
> # dpkg -l | awk '{print $2}'
> 
> Does the work, but some packages with long names are name truncated.
> What's the option to provide to display the full name?

What I use is:

# COLUMNS=120 dpkg -l | awk '{print $2}'

-- 
"Martyrdom has always been a proof of the intensity, never of the correctness
 of a belief." -- Arthur Schnitzler
    Rick Pasotto    [EMAIL PROTECTED]    http://www.niof.net


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

Reply via email to