Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Subject: Re: using aliases for cygwin commands on win2k From: Robert Collins To: anoop AT alumni DOT duke DOT edu Cc: cygwin AT cygwin DOT com In-Reply-To: <20010917225406.95591.qmail@web11106.mail.yahoo.com> References: <20010917225406 DOT 95591 DOT qmail AT web11106 DOT mail DOT yahoo DOT com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/0.13 (Preview Release) Date: 18 Sep 2001 09:03:14 +1000 Message-Id: <1000767796.1641.16.camel@lifelesswks> Mime-Version: 1.0 X-OriginalArrivalTime: 17 Sep 2001 22:49:43.0814 (UTC) FILETIME=[0AF9D260:01C13FCB] On Tue, 2001-09-18 at 08:54, Anoop Ghanwani wrote: > > > --- Robert Collins wrote: > > On Tue, 2001-09-18 at 08:37, Anoop Ghanwani wrote: > > > I wanted to find out how to use aliases for cygwin commands > > > on win2k. The cygwin commands are located at c:\cygwin\bin. > > > I don't run bash, but I still use commands such as ls, grep, rm, > > mv. > > > I would like to create aliases for these commands such as > > > alias ls 'ls -lF' and so on. How do I do something like this? > > > > Run bash/tcsh/ksh. Do not run cmd.exe. > > Thanks for the response. > > If I do that, I lose the ability to start applications > automatically by simply typing the file name. For example, > if I have a file try.doc, and I type try.doc at the Windows > 2000 command prompt, it brings up Word with that document. Ah, extra information that was not initially provided. We don't mind read terribly well. http://www.tuxedo.org/~esr/faqs/smart-questions.html is useful reference for getting the answers you want. If that is the _only_ issue, try using cmd /c start try.doc - it will probably do what you want. Otherwise ask a windows list about doing aliases there. Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/