Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 1998 17:46:17 -0700 (PDT)
From:      Tim Vanderhoek <hoek@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/bin/ls ls.1 ls.c ls.h print.c
Message-ID:  <199807290046.RAA21148@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
hoek        1998/07/28 17:46:15 PDT

  Modified files:
    bin/ls               ls.1 ls.c ls.h print.c 
  Log:
  Allow env. variable LS_COLWIDTHS to specify minimum column widths,
  effectively overriding the dynamically-sized-column feature.  This
  is mostly useful for non-interactive use, where it may be necessary
  to ensure that listings taken at different times have columns that
  line-up correctly.  I have been assured that at least one large,
  well-known program will soon be taking advantage of this.  :-)
  
  PR:		bin/7011
  Submitted by:	Joel Ray Holveck <joelh@gnu.org>
  
  Revision  Changes    Path
  1.24      +9 -1      src/bin/ls/ls.1
  1.22      +75 -5     src/bin/ls/ls.c
  1.10      +2 -1      src/bin/ls/ls.h
  1.17      +11 -6     src/bin/ls/print.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807290046.RAA21148>