Mail Archives: djgpp/1997/09/07/06:48:22
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.)
- Raw text -