X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Thorsten Kampe Subject: Re: windows cmd Newb question Date: Mon, 30 Jul 2007 17:32:56 +0100 Lines: 14 Message-ID: References: <11865792 DOT post AT talk DOT nabble DOT com> <11866432 DOT post AT talk DOT nabble DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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/