| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| From: | "Dave Korn" <dave DOT korn AT artimi DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| References: | <8470937 DOT post AT talk DOT nabble DOT com> <Pine DOT GSO DOT 4 DOT 63 DOT 0701202016560 DOT 5703 AT access1 DOT cims DOT nyu DOT 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 |
| X-Mailer: | Microsoft Office Outlook 11 |
| In-Reply-To: | <Pine.GSO.4.63.0701202016560.5703@access1.cims.nyu.edu> |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT 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 AT 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |