Re: patch for ls to change owner length
Jim Meyering <[email protected]> Sat, 08 Mar 2003 08:03:26 +0100
| Newsgroups | gmane.comp.gnu.fileutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
John Newbigin <[email protected]> wrote: > If you have usernames or group names longer than 8 characters it is > useful to be able to show the full name length The attached patch > allows you to set the width of the user name and group name columns via > environment variables or the command line. Thanks for the patch. However, that has been fixed for some time. This change appeared in fileutils-4.1.1 * ls no longer truncates user names or group names that are longer than 8 characters. You might want to use coreutils instead. Although they are all still nominally test releases, this particular one has turned out to be pretty stable: ftp://alpha.gnu.org/gnu/coreutils/coreutils-4.5.3.tar.bz2 (coreutils is the union of fileutils, textutils, and sh-utils) The very latest is here ftp://alpha.gnu.org/gnu/coreutils/coreutils-4.5.9.tar.bz2 but it has a couple of known bugs.