public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Colors in bash
@ 1997-08-13 19:01 Sarir Khamsi
  1997-08-14  1:54 ` OBJC Runtime for gnuwin32 John Nichol
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sarir Khamsi @ 1997-08-13 19:01 UTC (permalink / raw)
  To: gnu-win32

Yo,

Is there a way to get color happening in bash, like the output of ls
having different colors for different types of files? I looked all
through the FAQ and old messages but did not find anything. Thanks.

Sarir

-- 
Sarir "Riri" Khamsi                               Kwajalein, Marshall Islands
email: khamsis@kmrmail.kmr.ll.mit.edu                         w: 805-355-1534
Time Zone: GMT +12 hours                                      f: 805-355-3833
web: http://www.futureone.com/~sponge

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* OBJC Runtime for gnuwin32
  1997-08-13 19:01 Colors in bash Sarir Khamsi
@ 1997-08-14  1:54 ` John Nichol
  1997-08-14 19:42 ` Colors in bash Micheal A. Benzinger
  1997-08-14 19:42 ` Bryon Roche
  2 siblings, 0 replies; 5+ messages in thread
From: John Nichol @ 1997-08-14  1:54 UTC (permalink / raw)
  To: gnu-win32

I have pulled the b18 version of the gnuwin32 stuff down off the
webpage. I cant find any objective-C runtime libraries, the gcc compiler
does parse objc code.

Is objc supported as part of this project or just C/C++? Can I get hold
of objc runtime anywhere? 

If objc isn't supprted has anyone used gnuwin32 to build gcc-2.7.2.2 on
NT? Any advice would be welcomed.

Cheers John.

-- 
John Nichol
SBC Warburg, 2 Finsbury, London, EC2M 2PP 
Tel: +44 171 5680390
Work: john.nichol@swissbank.com   http://w2155791/john_nichol/
Home: john.nichol@virgin.net     
http://freespace.virgin.net/john.nichol/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Colors in bash
  1997-08-13 19:01 Colors in bash Sarir Khamsi
  1997-08-14  1:54 ` OBJC Runtime for gnuwin32 John Nichol
@ 1997-08-14 19:42 ` Micheal A. Benzinger
  1997-08-14 19:42 ` Bryon Roche
  2 siblings, 0 replies; 5+ messages in thread
From: Micheal A. Benzinger @ 1997-08-14 19:42 UTC (permalink / raw)
  To: Sarir Khamsi, gnu-win32

Sarir,

You have two choices:

	ls --color
	dir --color

For more information on these two commands, use the following:

	ls --help
	dir --help

Mike Benzinger

At 02:04 PM 8/14/97, Sarir Khamsi wrote:
>Yo,
>
>Is there a way to get color happening in bash, like the output of ls
>having different colors for different types of files? I looked all
>through the FAQ and old messages but did not find anything. Thanks.
>
>Sarir
>
>-- 
>Sarir "Riri" Khamsi                               Kwajalein, Marshall Islands


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Colors in bash
  1997-08-13 19:01 Colors in bash Sarir Khamsi
  1997-08-14  1:54 ` OBJC Runtime for gnuwin32 John Nichol
  1997-08-14 19:42 ` Colors in bash Micheal A. Benzinger
@ 1997-08-14 19:42 ` Bryon Roche
  1997-08-15 15:12   ` Gilligan
  2 siblings, 1 reply; 5+ messages in thread
From: Bryon Roche @ 1997-08-14 19:42 UTC (permalink / raw)
  To: Sarir Khamsi; +Cc: gnu-win32

Sarir Khamsi wrote:
> 
> Yo,
> 
> Is there a way to get color happening in bash, like the output of ls
> having different colors for different types of files? I looked all
> through the FAQ and old messages but did not find anything. Thanks.
You can go and find the color-ls patch from the slackware distribution.
I had a hack that worked with
djgpp, but I don't anymore. (at least the last time I checked.)

-- 
/---------------------------\
|Bryon Roche                |
| mailto:broche@bensonlaw.com |
\---------------------------/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Colors in bash
  1997-08-14 19:42 ` Bryon Roche
@ 1997-08-15 15:12   ` Gilligan
  0 siblings, 0 replies; 5+ messages in thread
From: Gilligan @ 1997-08-15 15:12 UTC (permalink / raw)
  To: GNU Win 32

Bryon Roche wrote:
> 
> Sarir Khamsi wrote:
> >
> > Yo,
> >
> > Is there a way to get color happening in bash, like the output of ls
> > having different colors for different types of files? I looked all
> > through the FAQ and old messages but did not find anything. Thanks.
> You can go and find the color-ls patch from the slackware
> distribution.
> I had a hack that worked with
> djgpp, but I don't anymore. (at least the last time I checked.)

The stock b18 ls allows color, you just have to feed it the --color
option and add the output of the dircolors command to your .bashrc to
setup the LS_COLORS env var.

-- 
Due to the abundance of spamming, action has been taken.  Please remove
the underscore (_) from my address when replying to me.  Spammers,
please leave the underscore in.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~1997-08-15 15:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-08-13 19:01 Colors in bash Sarir Khamsi
1997-08-14  1:54 ` OBJC Runtime for gnuwin32 John Nichol
1997-08-14 19:42 ` Colors in bash Micheal A. Benzinger
1997-08-14 19:42 ` Bryon Roche
1997-08-15 15:12   ` Gilligan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).