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

Re: dpkg -l / truncation of names



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    rick@niof.net    http://www.niof.net



Reply to: