Dear Jason:
Did you attend Riverside City College in the early 80’s?
Sincerely,
Tim Teffeteller
Matco Components, Inc.
949-951-4626
949-951-4610 (fax)
[EMAIL PROTECTED]
http://www.matcocomponents.com
On Sun, Mar 25, 2001 at 10:33:51PM -0500, Hall Stevenson wrote:
> * CaT ([EMAIL PROTECTED]) [010325 22:13]:
> > On Sun, Mar 25, 2001 at 08:48:57PM -0500, Hall Stevenson wrote:
> > > * Peter Jay Salzman ([EMAIL PROTECTED]) [010325 19:09]:
> > > > > > export
> > > > > > LS_COLORS='fi=0:ex=31:di=01;34
* CaT ([EMAIL PROTECTED]) [010325 22:13]:
> On Sun, Mar 25, 2001 at 08:48:57PM -0500, Hall Stevenson wrote:
> > * Peter Jay Salzman ([EMAIL PROTECTED]) [010325 19:09]:
> > > > > export
> > > > > LS_COLORS='fi=0:ex=31:di=01;34:ln=36:pi=34:cd=45:bd=46:so=35:or=43:*.rpm=01;31:*.sh=01;32:*.csh=01;32:*.
On Sun, Mar 25, 2001 at 08:48:57PM -0500, Hall Stevenson wrote:
> * Peter Jay Salzman ([EMAIL PROTECTED]) [010325 19:09]:
> > > > export
> > > > LS_COLORS='fi=0:ex=31:di=01;34:ln=36:pi=34:cd=45:bd=46:so=35:or=43:*.rpm=01;31:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lz
* Peter Jay Salzman ([EMAIL PROTECTED]) [010325 19:09]:
> > > export
> > > LS_COLORS='fi=0:ex=31:di=01;34:ln=36:pi=34:cd=45:bd=46:so=35:or=43:*.rpm=01;31:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01
On Mon 26 Mar 01, 12:37 AM, [EMAIL PROTECTED] said:
> On Sun, Mar 25, 2001 at 01:02:05PM -0800, Peter Jay Salzman wrote:
>
> > alias lard='ls -Flard --color=auto'
> >
> > the "auto" keyword is nice cause it doesn't frick up your listing when
> > piping to more or less. i also use my own color s
On Sun 25 Mar 01, 5:34 PM, Hall Stevenson said:
> * Peter Jay Salzman ([EMAIL PROTECTED]) [010325 16:14]:
> > the "auto" keyword is nice cause it doesn't frick up your listing when
> > piping to more or less. i also use my own color scheme
> >
> > export
> > LS_COLORS='fi=0:ex=31:di=01;34:ln=36
On Sun, Mar 25, 2001 at 01:02:05PM -0800, Peter Jay Salzman wrote:
> alias lard='ls -Flard --color=auto'
>
> the "auto" keyword is nice cause it doesn't frick up your listing when
> piping to more or less. i also use my own color scheme
it's nice indeed, except when doing e.g. a ls -la > listin
* Peter Jay Salzman ([EMAIL PROTECTED]) [010325 16:14]:
> the "auto" keyword is nice cause it doesn't frick up your listing when
> piping to more or less. i also use my own color scheme
>
> export
> LS_COLORS='fi=0:ex=31:di=01;34:ln=36:pi=34:cd=45:bd=46:so=35:or=43:*.rpm=01;31:*.sh=01;32:*.csh=01
On Sun Mar 25 16:02:05 2001 Peter Jay Salzman wrote...
>
>here's what i use
>
>
>alias ls='ls -F --color=auto'
>alias ll='ls -Fl --color=auto'
>alias la='ls -Fa --color=auto'
>alias lr='ls -Fr --color=auto'
>alias lad='ls -Flad --color=auto'
>alias lla='ls -Fla --color=auto'
>alias llr='ls -Flr --c
here's what i use
alias ls='ls -F --color=auto'
alias ll='ls -Fl --color=auto'
alias la='ls -Fa --color=auto'
alias lr='ls -Fr --color=auto'
alias lad='ls -Flad --color=auto'
alias lla='ls -Fla --color=auto'
alias llr='ls -Flr --color=auto'
alias lld='ls -Fld --color=auto'
alias lrd='ls -Flrd --c
How do I enable colorizing my ls outptut on the console sessions? It workis in
terminals under X.
I am using framebuffer if ti matters.
--
Stan Brown [EMAIL PROTECTED]843-745-3154
Charleston SC.
--
Windows 98: n.
useless extension to a minor patch
Yobb <[EMAIL PROTECTED]> writes:
> I have been look at the method of setting up color ls used by people and
> I am convinced something is wrong with what is being recommended. What
> seems to be the normal method is to put the following line in ones
> .bashrc and .bash_
Hi.
I have been look at the method of setting up color ls used by people and
I am convinced something is wrong with what is being recommended. What
seems to be the normal method is to put the following line in ones
.bashrc and .bash_profile:
eval 'dircolors -b [file]'
alias ls=&
On Sun, Oct 15, 2000 at 03:20:05PM +0400, Rino Mardo wrote:
> On Sun, Oct 15, 2000 at 02:28:14AM -0800 or thereabouts, Ethan Benson wrote:
> > On Sun, Oct 15, 2000 at 12:33:49AM -0700, Jeremiah Hunter Savage wrote:
> > > How do I get 'ls' to display color like xterm in the console (no X)?
> > > i.
On Sun, Oct 15, 2000 at 02:28:14AM -0800 or thereabouts, Ethan Benson wrote:
> On Sun, Oct 15, 2000 at 12:33:49AM -0700, Jeremiah Hunter Savage wrote:
> > How do I get 'ls' to display color like xterm in the console (no X)?
> > i.e. directories=blue, executables=green, links=light blue,
> > devic
On Sun, Oct 15, 2000 at 12:33:49AM -0700, Jeremiah Hunter Savage wrote:
> How do I get 'ls' to display color like xterm in the console (no X)?
> i.e. directories=blue, executables=green, links=light blue,
> devices=yellow. I am using the frame buffer.
add the following to your ~/.bashrc:
eval `
How do I get 'ls' to display color like xterm in the console (no X)?
i.e. directories=blue, executables=green, links=light blue,
devices=yellow. I am using the frame buffer.
Thanks,
Jeremiah
On Fri, Aug 18, 2000 at 12:12:52PM -0400, Christopher Mosley wrote:
>
>
> On Fri, 18 Aug 2000, Christopher Mosley wrote:
> I see you are using a mac and telneting into a linux machine?
> Your telnet has vt220 emulation?
> You are setting the environmental on the remote?
right. macs, being single
On Fri, 18 Aug 2000, Christopher Mosley wrote:
>
>
> Will Trillich <[EMAIL PROTECTED]> wrote:
> > On Thu, Aug 17, 2000 at 10:25:10AM -0500, Keith G. Murphy wrote:
> >> Will Trillich wrote:
> >> > hmm. i must have some odd video settings. i used your .muttrc
> >> > settings verbatim [thanks!],
Will Trillich <[EMAIL PROTECTED]> wrote:
> On Thu, Aug 17, 2000 at 10:25:10AM -0500, Keith G. Murphy wrote:
>> Will Trillich wrote:
>> > hmm. i must have some odd video settings. i used your .muttrc
>> > settings verbatim [thanks!], and i do see bold items here and
>> > there, but still no color.
Mutt is pretty sensitive to terminal type, Try
setenv TERM=xterm-color
or
setenv TERM=xterm-debian
This is what I had to do to get colors under X.
your pal dave
--
Dave Thayer
Denver, Colorado USA
[EMAIL PROTECTED]
* "Will" == Will Trillich <[EMAIL PROTECTED]> wrote:
Will> mc ==> monochrome w/reverse-video and bold
The terminal type mc considers to be color-capable is defined in
/etc/mc/mc.ini (overriden by ~/.mc/ini).
You can force colormode by using "mc -c".
Ciao,
Martin
On Thu, Aug 17, 2000 at 10:25:10AM -0500, Keith G. Murphy wrote:
> Will Trillich wrote:
> > hmm. i must have some odd video settings. i used your .muttrc
> > settings verbatim [thanks!], and i do see bold items here and
> > there, but still no color. (mc has the same trouble -- monochrome
> > and b
On Sat, 3 Oct 1998, D'jinnie wrote:
> Where is the color file for the color option of ls? In slackware it's
> /etc/DIRCOLORS but I can't seem to locate it on debian :(
Maybe you are looking for this:
dircolors --print-database
[ Complete details in info format ].
On: Sat, 3 Oct 1998 22:37:01 -0500 (CDT) D'jinnie writes:
> Also - since logs get rotated every night, how can I change the
> group and permissions (group readable) for all log files? I would
> like to be able to view/edit them from my user account instead of
> root...
Add your user to the group
two short questions :)
Where is the color file for the color option of ls? In slackware it's
/etc/DIRCOLORS but I can't seem to locate it on debian :(
Also - since logs get rotated every night, how can I change the group and
permissions (group readable) for all log files? I would like to be able to
Hi,
Just an idea! Should 'ls --color' be compiled as default? I believe
we all have color monitor
Richard L. Alhama wrote:
>
> On Thu, 16 Jul 1998, Andreas Mueller wrote:
>
> > Hi
> > Try
> > 'ls --color'
> > If it works, set the alias ls='ls --color '.
> woohoo! It worked
>
> > by
On Fri, 17 Jul 1998, Richard L. Alhama wrote:
> How do I use color-ls?
man ls :)
ls --color=tty
ls --color=auto
I use =tty out of preference. just set the alias in you .bash_profil or in
/etc/profile
Nikolai
--
Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
On Fri, 17 Jul 1998, Richard L. Alhama wrote:
> On Thu, 16 Jul 1998, Andreas Mueller wrote:
>
> > Hi
> > Try
> > 'ls --color'
> > If it works, set the alias ls='ls --color '.
> woohoo! It worked
>
> > by
> > -am
> >
> >
> > --
> > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/nu
On Thu, 16 Jul 1998, Andreas Mueller wrote:
> Hi
> Try
> 'ls --color'
> If it works, set the alias ls='ls --color '.
woohoo! It worked
> by
> -am
>
>
> --
> Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
>
>
Thanks a lot
/\ Richard L. Alhama, Technical S
Hi
Try
'ls --color'
If it works, set the alias ls='ls --color '.
by
-am
--
Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
How do I use color-ls?
I've put the line:
eval `dircolors`
on my $HOME/.bash_profile ran
source $HOME/.bash_profile
and I still get white on black direytory listing. I sometimes use the
console when I don't use the GIMP or too lazy to run X.
What
the lone gunman hat gesagt: // the lone gunman wrote:
> I recently installed Debian 1.3.1 that I purchased from Linux System
> Labs. I have had several problems, and cannot seem to find the
> answers.
>
> Getting color with ls! I copied my /etc/DIR_COLORS from my old
> slackware system to my ne
Also see man ls "DISPLAY COLORIZATION", which says:
You can override the default colors by defining the envi-
ronment variable LS_COLORS (or LS_COLOURS).
The current version of ls handles colors differently than the
version I used in Slackware.
Remco Blaakmeer <[EMAIL PRO
On Tue, 26 May 1998, the lone gunman wrote:
>
> Hello:
>
> I recently installed Debian 1.3.1 that I purchased from Linux System
> Labs. I have had several problems, and cannot seem to find the
> answers.
>
> Getting color with ls! I copied my /etc/DIR_COLORS from my old
> slackware system to
Hello:
I recently installed Debian 1.3.1 that I purchased from Linux System
Labs. I have had several problems, and cannot seem to find the
answers.
Getting color with ls! I copied my /etc/DIR_COLORS from my old
slackware system to my new Debian system. In my /etc/profile, I have
"dircolors -b
Hugo HAAS <[EMAIL PROTECTED]> writes:
>
> On Fri, 13 Dec 1996, Chris R. Martin wrote:
>
> > I can't seem to find the color-ls package. Has it been replaced by
> > something else?
>
> ls includes now the option color :
>
>--colo
Yes try the fileutils_3.13-4.deb package which replaces color-ls :) tho i
can not seem to get it to do any background colors, only some of the
foreground.
-Rob
On Fri, 13 Dec 1996, Chris R. Martin wrote:
>
> I can't seem to find the color-ls package. Has it been replaced by
>
On Fri, 13 Dec 1996, Chris R. Martin wrote:
> I can't seem to find the color-ls package. Has it been replaced by
> something else?
ls includes now the option color :
--color, --colour, --color=always, --colour=always
Colorize the names of files depending on
> I can't seem to find the color-ls package. Has it been replaced by
> something else?
No more color-ls. It is now part of fileutils, a base package, so it is
already installed. Add few aliases to /etc/csh.login for the miracle
to happen (for more info, see /usr/doc/fileutils/
I can't seem to find the color-ls package. Has it been replaced by
something else?
Thanks, Chris.
===
Chris R. Martin email: [EMAIL PROTECTED]
PGP key upon request www: http://http.tamu.edu:8000/~crm7479
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the
[FAQ]
Before fileutils 3.13, you need the color-ls package, and then
you just need eval `dircolors`.
After fileutils-3.13:
With the integration of color-ls directly into the fileutils
package, a few things have changed. dircolors no longer sets
up aliases or shell scripts to colorize ls, dir
We use the following and it seems to work...
eval `dircolors -b`
either in the /etc/profile (global) or the
the individual user's profile works as well.
At 12:40 PM 10/25/96 PDT, you wrote:
>To get color ls, use the command
>
> alias ls="ls --color=auto"
>
>
Those of you who have fileutils 3.13, read
/usr/doc/fileutils/color-ls.gz for the answers to all your questions.
Guy
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]
On Fri, 25 Oct 1996, Bruce Perens wrote:
> To get color ls, use the command
>
> alias ls="ls --color=auto"
>
> That's for "sh" and "bash". If you use "csh" or "tcsh" use
>
> alias ls "ls --color=auto
On Fri, 25 Oct 1996, Bruce Perens wrote:
> To get color ls, use the command
>
> alias ls="ls --color=auto"
>
> That's for "sh" and "bash". If you use "csh" or "tcsh" use
>
> alias ls "ls --color=aut
At 2:40 PM -0500 10/25/96, Bruce Perens wrote:
>To get color ls, use the command
>
> alias ls="ls --color=auto"
>
>That's for "sh" and "bash". If you use "csh" or "tcsh" use
>
> alias ls "ls --color=au
From: "Jason K. Keimig" <[EMAIL PROTECTED]>
> You can just put:
> eval `dircolors`
> in your startup script .profile, .tcshrc, .login or whatever... it sets
> the color-ls environment appropriately for whatever shell you use.
Are you sure, or am I doing someth
On Fri, 25 Oct 1996, Bruce Perens wrote:
> > You can just put:
> > eval `dircolors`
> > in your startup script .profile, .tcshrc, .login or whatever... it sets
> > the color-ls environment appropriately for whatever shell you use.
>
> Are you sure, or am I do
To get color ls, use the command
alias ls="ls --color=auto"
That's for "sh" and "bash". If you use "csh" or "tcsh" use
alias ls "ls --color=auto"
- Bruce
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the wo
In article <[EMAIL PROTECTED]>,
Syrus Nemat-Nasser <[EMAIL PROTECTED]> wrote:
>On Sat, 31 Aug 1996, Chris Westwood wrote:
>
>[SNIP]
>> *** Excerpt from .bash_profile ***
>>
[SNIP SNIP]
>Hi. If the above works on your system, then you are running fileutils-3.
On Sat, 31 Aug 1996, Chris Westwood wrote:
[SNIP]
> *** Excerpt from .bash_profile ***
>
> # set up color-ls
> LS_COLORS='di=1;34:bd=40;33;1:ln=1;36:cd=40;33;1:ex=1;32:*.tar=1;31:*.tgz=1;31:*.gz=1;31:'
> export LS_COLORS;
> LS_OPTIONS='--8bit --color=tty -F&
>With the integration of color-ls directly into the fileutils
>package, a few things have changed. dircolors no longer sets
>up aliases or shell scripts to colorize ls, dir, and vdir.
>
>Here is an excerpt from a .bashrc which sets up aliases after
>running dircolors:
>
>
>Resent-Date: 30 Aug 1996 19:09:23 -
>Resent-Cc: recipient.list.not.shown:;
>Old-Return-Path: <[EMAIL PROTECTED]>
>Apparently-To: <[EMAIL PROTECTED]>
>Path: user
>From: Chris Westwood <[EMAIL PROTECTED]>
>Newsgroups: linux.debian.user
>Subject: Debian
m to get color (that's *colour* here in the UK) listings by
> default. Simply typing "ls" gives me the standard white on black, but I'd
> really like to be able to distinguish at a glance between files and
> directories etc. Using the "color-ls -o" command is
t. Simply typing "ls" gives me the standard white on black, but I'd
really like to be able to distinguish at a glance between files and
directories etc. Using the "color-ls -o" command is the only way I can
achieve this, and even then the colors are ugly defaults, ignoring the
I recieved this info from Syrus Nemat-Nasser <[EMAIL PROTECTED]>:
( I was unaware that I did not need color-ls )
With the integration of color-ls directly into the fileutils
package, a few things have changed. dircolors no longer sets
up aliases or shell scripts to colorize ls, dir, an
On Thu, 8 Aug 1996, Michael J. Cotherman wrote:
> I get the following when I eval color-ls, but do not get colors...
> As you can see, I did do the color=yes thingy
> any help would be appreciated...
Michael, if you are still running fileutils-3.12, and you have color-ls
installed,
I get the following when I eval color-ls, but do not get colors...
As you can see, I did do the color=yes thingy
any help would be appreciated...
LS_COLORS='no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:
;t know what has caused the
> change. Any ideas anyone?
>
> Mark Phillips. ([EMAIL PROTECTED])
>
I had the same problem, seemed to fix itself after I downloaded the
newest version of color-ls.
Hope this helps
Shaya Potter
[EMAIL PROTECTED]
> Shouldn't it both conflict and replace color-ls, so that color-ls gets
> completely overwritten when the new fileutils it replaced? Otherwise stuff
> like /usr/doc/copyright/color-ls (for instance) won't get removed... And
> dpkg -l will still show a color-ls package.
done in 3.13-3
Erick
> hmm ok well i have checked 5 sites now and fileutils-3.12-4.deb IS the
> newer version. if i am wrong about this please tell where there is a newer
> version.
Check unstable for 3.13-3, if not found try a few days later.
Erick
Robert> hmm ok well i have checked 5 sites now and fileutils-3.12-4.deb IS
Robert> the newer version. if i am wrong about this please tell where there
Robert> is a newer version.
You have to look in the "rex" aka "development" aka "unstable" tree, not in
"Debian-1.1-fixed" aka "Debian-1.1.3
On Fri, 2 Aug 1996 [EMAIL PROTECTED] wrote:
> Robert> same here. i installed fileutils-3.12-4. the color-ls package still
> Robert> remains and wasn't removed
> Dirk> Sure, 3.12-4 is not 3.13-{1,2}. Try a newer version of fileutils.
> Michael> Sorry Dirk but
On Fri, 2 Aug 1996, Michael Meskes wrote:
> 147) dpkg -s fileutils
> Package: fileutils
> Essential: yes
> Status: install ok installed
> Priority: required
> Section: base
> Maintainer: Erick Branderhorst <[EMAIL PROTECTED]>
> Version: 3.13-2
> ^^
&
Robert> same here. i installed fileutils-3.12-4. the color-ls package still
^^
Robert> remains and wasn't removed
Dirk> Sure, 3.12-4 is not 3.13-{1,2}. Try a newer version of fileutils.
Michael> Sorry Dirk but
I neve
[EMAIL PROTECTED] writes:
> Robert> same here. i installed fileutils-3.12-4. the color-ls package still
> ^^
> Robert> remains and wasn't removed
>
> Sure, 3.12-4 is not 3.13-{1,2}. Try a newer version of fileutils.
So
postinst-script could ask if color-ls should be the new
> default, move ls to ls-normal and make ls a link to color-ls.
I do not understand the problem. If you're monitor doesn't like the colors
why don't you simply not call dircolors? Then the new ls doesn't
[EMAIL PROTECTED] writes:
> Michael> I like to see that the standard ls is now colorized. But I wonder
> Michael> why the old one isn't removed automatically? Is there a reason for
> Michael> this?
>
> color-ls was removed here when I installed fileutils-
> I like to see that the standard ls is now colorized. But I wonder why the
> old one isn't removed automatically? Is there a reason for this?
Some monitors make text unreadable (cheap laptops for example) when you use
colors. Maybe a postinst-script could ask if color-ls should
Dirk> Oh yes, it was aliased to do that. Just start the dircolors (the old
Dirk> one from the color-ls package, that is) from the shell and you'll
Dirk> see.
Michael> I like to see that the standard ls is now colorized. But I wonder
Michael> why the old one isn
[EMAIL PROTECTED] writes:
> Erick, is there a way that you can persuade/hack dircolors to do what the old
> one did? Or put a note in the package to ease transition?
Not only that. Shouldn't we add /etc/DIR_COLORS into fileutils?
Michael
--
Michael Meskes |_ _
[EMAIL PROTECTED] writes:
> Oh yes, it was aliased to do that. Just start the dircolors (the old one from
> the color-ls package, that is) from the shell and you'll see.
I like to see that the standard ls is now colorized. But I wonder why the
old one isn't removed automatic
On Thu, 1 Aug 1996, Michael Meskes wrote:
> > color-ls was removed here when I installed fileutils-3.13-1.
>
> Strange. On my site it wasn't.
>
> Michael
>
same here. i installed fileutils-3.12-4. the color-ls package still
I will add that `--color' is equivalent to `--color=yes', which is
probably not what you want. If you make any aliases, use
`--color=tty'. You don't want nasty escape codes if it's not a tty.
Try `ls --color | less' to see what I mean.
And fileutils does have
I have the same problem. I to have upgraded some packages, but I can't
remember which ones. I will try to look at my list and try to remember
which ones I did just before I noticed it.
Mark Phillips <[EMAIL PROTECTED]> wrote:
>Hi,
>Something has happened to stop ls giving color output. I used
rs. Maybe a postinst-script could ask if color-ls
Wichert> should be the new default, move ls to ls-normal and make ls a link
Wichert> to color-ls.
Don't worry. It is one and the same binary, bin/ls, which has no color as the
default. You have use the --color option to enab
Guy> I will add that `--color' is equivalent to `--color=yes', which is
Guy> probably not what you want. If you make any aliases, use
Guy> `--color=tty'. You don't want nasty escape codes if it's not a tty.
Those are the old style options implement
Dirk> > color-ls was removed here when I installed fileutils-3.13-1.
^^
Michael> Strange. On my site it wasn't.
Robert> same here. i installed fileutils-3.12-4. the color
Dale> What is in your /usr/local/etc/colour-ls.rc file?
That is the usual plain text file that describes which colours are used for
which modes, extensions, ... I just didn't like the name DIRCOLORS or
whatever is proposed as uppercase is so loud.
Dale> I have the eval `dircolors -b` in my
I am working on a package of Lclint which is the free
lint for Linux. Unfortunately I am having problems
with color-ls. When I try to do
make test to compile the test cases I get the following
error.
dircolors: Unknown shell `csh '.
This causes the build to mess up. Does anyone have any
idea
> You have to add the switch to your call of dircolors. I do the following in
> my /usr/local/etc/profile (which is sourced by /etc/profile):
>
> eval `dircolors -b /usr/local/etc/colour-ls.rc`
>
What is in your /usr/local/etc/colour-ls.rc file?
I have the eval `dircolors -b` i
Dale Miller writes:
Dale> I am working on a package of Lclint which is the free lint for
Dale> Linux. Unfortunately I am having problems with color-ls. When I try
Dale> to do make test to compile the test cases I get the following error.
Dale> dircolors: Unknown shell `
AIL PROTECTED]>
Source: color-ls
Binary: color-ls
Architecture: i386 source
Version: 3.12-3
Description:
color-ls: The Debian color-ls package
Changes: Fixed segmentation fault when invoked with --color=no option.
Added architecture to .deb filename.
Set debian revision number to 3.
85 matches
Mail list logo