www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2004/04/08/15:18:00

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/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
X-Authentication-Warning: thing1-200.fsi.com: ford owned process doing -bs
Date: Thu, 8 Apr 2004 14:16:29 -0500 (CDT)
From: Brian Ford <ford AT vss DOT fsi DOT com>
X-X-Sender: ford AT thing1-200
Reply-To: cygwin AT cygwin DOT com
To: Christopher Spears <cspears2002 AT yahoo DOT com>
cc: cygwin AT cygwin DOT com
Subject: Re: writing csh scripts with cygwin
In-Reply-To: <20040408190219.19916.qmail@web12405.mail.yahoo.com>
Message-ID: <Pine.GSO.4.58.0404081408240.21427@thing1-200>
References: <20040408190219 DOT 19916 DOT qmail AT web12405 DOT mail DOT yahoo DOT com>
MIME-Version: 1.0
X-IsSubscribed: yes

On Thu, 8 Apr 2004, Christopher Spears wrote:

> I've been writing some csh scripts with cygwin and
> encountering a lot of problems.  I will admit that I
> am just learning, but I copied the scripts directly
> from the book!  I checked out the FAQ, and I am
> wondering if the reason why the scripts are not
> working are that they are being interpreted by bash
> not tcsh.  Is this possible?

Yes, although it's probably ash.  How are you invoking the script?

> Here is an example.  My script is:
>
> #csh that gives system status

How about a

#!/bin/tcsh

here instead?  Although #!tcsh may work, don't count on that being
portable.

> set d = `date`
> echo "Today's date: $d[2-3] $d[6]"
> echo "Current time: $d[4]"
> echo Number of users: `who | wc -l`
> echo Current disk storage: ` du -s .`
>
> Here is the response:
>
> Today's date: [2-3] [6]
> Current time: [4]
> Number of users: 0
> Current disk storage: 7 .
>
> Originally, the . was a ~ but that wasn't working
> because for some reason cygwin wasn't recognizing it.

Yup.  You were probably using ash (otherwise known as /bin/sh on Cygwin).

> Using the FAQ for advice, I replaced ~ with $HOME
> which caused problems because my home directory is
> /home/Christopher Spears,

You need to quote like this "$HOME" to avoid that problem.

> which confuses bash,

Huh?  I thought you wanted [t]csh.

> so I used ..  Obviously, [2-3], [6], and [4] are not the
> answers I was looking for in my script.
>
> What irks my is that I did download tcsh!  Was there
> something else I should have downloaded if I want to
> write csh scripts?

No.

-- 
Brian Ford
Senior Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
Phone: 314-551-8460
Fax:   314-551-8444

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019