Date: Sun, 7 Sep 1997 13:46:58 +0300 (IDT) From: Eli Zaretskii To: merser cc: djgpp AT delorie DOT com Subject: Re: LFN revisited In-Reply-To: <199709070823.KAA02286@mail.image.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 7 Sep 1997, merser wrote: > Using 'INFO' it seems that files with long file names can't be found, e.g. > fileutils.inf, infoview.info You need to rename all *.inf files to *.info, and then it should work. > I would like 'LS' to print in colors. I've downloaded fileutils 3.16. In > the djgpp.env there is a lot of color indstruktions for [ls]. I don't know > how to define the LS-COLORS environment. It is already defined on djgpp.env. Just say "ls --color=auto" and observe the colorized output. (I suggest defining an alias that always adds the --color=auto to the ls command line.)