« Return to Thread: windows cmd Newb question

Re: windows cmd Newb question

by Thorsten Kampe :: Rate this Message:

Reply to Author | View in Thread

* 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/

 « Return to Thread: windows cmd Newb question