From owner-freebsd-questions Sun Feb 1 08:12:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA26337 for questions-outgoing; Sun, 1 Feb 1998 08:12:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from imo11.mx.aol.com (imo11.mx.aol.com [198.81.19.165]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA26331 for ; Sun, 1 Feb 1998 08:12:24 -0800 (PST) (envelope-from NewtronBoy@aol.com) From: NewtronBoy@aol.com Received: from NewtronBoy@aol.com by imo11.mx.aol.com (IMOv12/Dec1997) id HCYUa08283 for ; Sun, 1 Feb 1998 11:12:19 -0500 (EST) Message-ID: <3c25dd17.34d49ee5@aol.com> Date: Sun, 1 Feb 1998 11:12:19 EST To: freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Subject: Problem with C Shell Scripts Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Mailer: AOL 3.0 for Windows 95 sub 18 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe questions" Hello, I'm having a problem with executing C Shell Scripts in the C Shell. It's not the syntax of the code, it's the shell itself. Instead of reading valid C Shell Scripts like a C Shell does, it reads it like a Bourne or Korn Shell Script. I even put in #!/bin/csh in the first line to make sure that C Shell will execute it. This is very frustrating because the script works on other UNIX systems with C Shell but it doesn't work on the FreeBSD 2.2.2 I will really appreciate if you would help me fix this problem. Regards, Joseph Kulakowski