From owner-freebsd-questions Fri Feb 14 5:43:37 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C332337B406 for ; Fri, 14 Feb 2003 05:43:27 -0800 (PST) Received: from smtp.hccnet.nl (smtp.hccnet.nl [62.251.0.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 976E443F93 for ; Fri, 14 Feb 2003 05:43:26 -0800 (PST) (envelope-from duiker@haggis.nl) Received: from zeus by smtp.hccnet.nl via fia148-72.dsl.hccnet.nl [62.251.72.148] with ESMTP for id h1EDh4qP025753 (8.12.5/2.00); Fri, 14 Feb 2003 14:43:08 +0100 (MET) From: "Colin J. Raven" To: "'BSD Questions'" Subject: RE: syntax problem in /etc/csh.login Date: Fri, 14 Feb 2003 14:40:17 +0100 Message-ID: <000001c2d42e$b3811300$1500000a@scrk.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 In-Reply-To: <3E4CDDF9.50207@ant.uni-bremen.de> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG +> > if [ `whoami` =3D test ]; then +> > echo "" +> > echo -e "This is a test message for user test" && \ +> > echo "" +> > fi +> > ################################################### +> > +> > and got an error upon subsequent login as user "test": +> > "if: Expression Syntax." (without parens) +> >=20 +> > Anyone got any idea what I'm doing wrong?=20 +> > Guess: csh syntax is different from bash=20 +>=20 +> You're right! Well, thanks! +> > but beyond that I'm stumped. +>=20 +> beyond that comes 'man csh'. Oh for goodness sakes!!!! I am sure it does but reading man csh is a 2 week exercise.....which considering I don't normally use csh, but a few of my user opoulation does, it's not likely that I am going to absorb all the huge amount of information in man csh for a shell I never use personally. =20 +> Sorry, but you have to read it yourself! ;-) +>=20 +> Hint: As the name of the shell suggests, the syntax quite C-like. Response to "Hint" Most assuredly your response indicates substantial knowledge of C. Unlike you however, I am not a programmer but "catch on quickly" to most things.....and my post was no more than asking someone to "jumpstart me" which usually starts me on a reading binge in FURTHER pursuit of knowledge. Right now I have absolutely no clue as to where to begin. On this list of all places, I did not expect the supercilious "RTFM" response. It's uncalled for, it's unecessary and furthermore does not speak well of your willingness to be of assistance to those less knowledgeable than yourself. Instead it smacks of a (largely useless) demonstration of what *you* know and others *don't* know. I wonder...seriously....I wonder why you even elected to respond at all???? Remaining silent would have been the elegant solution. Regards to all - as always. -Colin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message