Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!mintaka!bloom-beacon!athena.mit.edu!jik From: jik@athena.mit.edu (Jonathan I. Kamens) Newsgroups: comp.unix.wizards Subject: Re: csh programming problem Message-ID: <1990Mar15.042505.17020@athena.mit.edu> Date: 15 Mar 90 04:25:05 GMT References: <53408@bbn.COM> Sender: news@athena.mit.edu (News system) Reply-To: jik@athena.mit.edu (Jonathan I. Kamens) Organization: Massachusetts Institute of Technology Lines: 22 In article , scott@cs.odu.edu (Scott Yelich) writes: > >I am trying to write a shell script that takes several arguments and > >passes them to child processes, i.e. > >#!/bin/csh > >... > > foo "$@" > bar "$@" Notice that he was talking about a *C shell* script. $@ is a *bourne shell* construct. It doesn't work in the C shell. Jonathan Kamens USnail: MIT Project Athena 11 Ashford Terrace jik@Athena.MIT.EDU Allston, MA 02134 Office: 617-253-8495 Home: 617-782-0710 P.S. Any particular reason why your signature contained almost an entire page full of blank lines?