Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Date: 24 Aug 1999 21:53:00 +0200 From: mh AT mike DOT franken DOT de (Michael Hirmke) To: cygwin AT sourceware DOT cygnus DOT com Message-ID: <7NT0h0OKpfB@mike.franken.de> In-Reply-To: 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 AT mike DOT franken DOT de | WWW http://aquarius.franken.de/ -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com