Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@sourceware.cygnus.com>
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>,
	<http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Date: 24 Aug 1999 21:53:00 +0200
From: mh@mike.franken.de (Michael Hirmke)
To: cygwin@sourceware.cygnus.com
Message-ID: <7NT0h0OKpfB@mike.franken.de>
In-Reply-To: <CFBAEAINEIINBAAA@my-deja.com>
Subject: Re: Newbie questions
X-Mailer: CrossPoint v3.11 R/C9763
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Organization: Kommunikationsnetz Franken e.V. (Nuernberg)
x-copyright: All rights reserved. Unauthorized copying, forwarding or publishing prohibited.
x-irc-nick: nobanzai
x-no-archive: yes

Hi Clark,

[...]
>1) is there a way to make a case insensitive file mask?

put the following line into your .bashrc:

shopt -s nocaseglob

[...]
>2) How does bash search for commands? I am used to DOS/
>Windozs programming, where the dos command prompt
>searches the path. When I am running bash however,

It is nearly the same in bash, besides it doesn't
search the current directory unless you tel it to do so.
You have an environment variable named PATH (upper case!),
whose elements are separated by ":" instead of ";" as in
DOS. Each element represents a directory, which is searched
for executables.

[...]
>3) I would like to use cp to keep source files in
[...]
>time. Is there a way to make the timestamps match?

touch //d/*

>
>Thanks in Advance,
>
>Clark Sims

Bye.
Michael.
--
Michael Hirmke           | Telefon +49 (911) 557999
Georg-Strobel-Strasse 81 | FAX     +49 (911) 557664
90489 Nuernberg          | E-Mail  mailto:mh@mike.franken.de
                         | WWW     http://aquarius.franken.de/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

