X-Spam-Check-By: sourceware.org
From: "Dave Korn" <dave.korn@artimi.com>
To: <cygwin@cygwin.com>
References: <8470937.post@talk.nabble.com> <Pine.GSO.4.63.0701202016560.5703@access1.cims.nyu.edu>
Subject: RE: bash:csh:Command not found
Date: Sun, 21 Jan 2007 06:25:52 -0000
Message-ID: <007701c73d25$0035ab30$a501a8c0@CAM.ARTIMI.COM>
MIME-Version: 1.0
Content-Type: text/plain; 	charset="US-ASCII"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook 11
In-Reply-To: <Pine.GSO.4.63.0701202016560.5703@access1.cims.nyu.edu>
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@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

On 21 January 2007 01:19, Igor Peshansky wrote:

> On Sat, 20 Jan 2007, ram001 wrote:
> 
>> I am new to cygwin. when I am working on cygwin. I created a directory
>> name Scripts byusing mkdir Scripts in Cygwin. After that I created a csh
>> file inside the Scripts directory by using cat > Creator.csh. In this
>> file i got my C shell script. When I am trying to execute the script by
>> using the csh Creator.csh.It is throwing me an error like
>> bash:csh:command not found. I hope my shell is set default to Bash . how
>> to run my csh script. Can any one help me out. Thanks
> 
> Please read what Larry said about problem reports.  However, at a guess,
> <http://cygwin.com/faq/faq.setup.html#faq.setup.what-packages> would also
> be helpful in your case.


  Also, the C shell is called 'tcsh.exe', not 'csh.exe'.

~ $ csh
bash: csh: command not found
~ $ tcsh
[dk@rainbow ~]$



    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


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

