X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Thorsten Kampe <thorsten@thorstenkampe.de>
Subject:  Re: windows cmd Newb question
Date:  Mon, 30 Jul 2007 17:32:56 +0100
Lines: 14
Message-ID: <f8l3rp$sk8$1@sea.gmane.org>
References:  <11865792.post@talk.nabble.com> <f8l0kv$oh1$1@sea.gmane.org> <11866432.post@talk.nabble.com>
Mime-Version:  1.0
Content-Type:  text/plain; charset="utf-8"
Content-Transfer-Encoding:  7bit
User-Agent: MicroPlanet-Gravity/2.70.2067
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

* zip184 (Mon, 30 Jul 2007 08:56:06 -0700 (PDT))
> I'm trying to run a shell script

Are you sure? Anyway, you already executed the script and got errors. 
These errros are really unrelated to Cmd.exe or Cygwin. You should 
first learn the basics (http://tldp.org/LDP/abs/html/)

Hint: if the interpreter can't find the commands you're using then 
tell the interpreter where they are. Either by setting the path 
(PATH=/usr/bin) or by giving the full path "/usr/bin/grep" instead of 
"grep").

Again: this has nothing to do Windows, Cmd or Cygwin. Learn the 
basics: http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

