Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 1996 07:10:27 +0800
From:      Peter Wemm <peter@spinner.DIALix.COM>
To:        joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch)
Cc:        asami@freefall.freebsd.org (Satoshi Asami), CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-CVSROOT@freefall.freebsd.org
Subject:   Re: cvs commit: CVSROOT modules 
Message-ID:  <199608202310.HAA28081@spinner.DIALix.COM>
In-Reply-To: Your message of "Tue, 20 Aug 1996 22:22:57 %2B0200." <199608202022.WAA17674@uriah.heep.sax.de> 

next in thread | previous in thread | raw e-mail | index | archive | help
J Wunsch wrote:
> As Satoshi Asami wrote:
> 
> >   Modified:    .         modules
> >   Log:
> >   Insert tabs where easy-import smashed the long module name together
> >   with the path.
> >   
> >   Will be fixed in future releases of easy-import by:	joerg :)
> 
> Argl.  Ok, that's an easy one.  It apparently never occured to me that
> a module name might have more than 15 characters...

Perhaps you could do the equivalent of ``printf "%-15s pathname\n" | 
unexpand >> modules''?

That gets rid of the trailing spaces in the first field but still keeps 
the second column lined up except where the module name is longer than 15 
(and puts a space seperator rather than a tab, but that can be changed to 
a tab in the printf..)

> -- 
> cheers, J"org
> 
> joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
> Never trust an operating system you don't have sources for. ;-)

Cheers,
-Peter





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