From owner-freebsd-questions Tue Jun 8 2:51: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stud.ee.ethz.ch (tardis-delek-fast.ee.ethz.ch [129.132.2.199]) by hub.freebsd.org (Postfix) with ESMTP id B31D8150B8 for ; Tue, 8 Jun 1999 02:50:05 -0700 (PDT) (envelope-from lpruf@stud.ee.ethz.ch) Received: from tardis-a2.ee.ethz.ch (lpruf@tardis-a2.ee.ethz.ch [129.132.3.12]) by stud.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id LAA00760 for ; Tue, 8 Jun 1999 11:50:04 +0200 (MET DST) Received: from localhost (lpruf@localhost) by tardis-a2.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id LAA08903 for ; Tue, 8 Jun 1999 11:50:01 +0200 (MET DST) X-Authentication-Warning: tardis-a2.ee.ethz.ch: lpruf owned process doing -bs Date: Tue, 8 Jun 1999 11:50:01 +0200 (MET DST) From: Lukas Ruf X-Sender: lpruf@tardis-a2.ee.ethz.ch Reply-To: Lukas Ruf To: FreeBSD Questions Subject: #!/bin/csh -- limit: no such limit. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi list, when I try to run a simple skript (as posted at the end of this mail) I always get the answer: limit: No such limit. If I run the skript with tcsh , all works fine. My environment: FreeBSD 3.1-RELEASE Does anybody know about this problem ? Does anybody know how to fix it (and gives me the answer) ? ---- the simple Skript ---- #!/bin/csh set TAR=/tmp set FILES=(Asker Bidder Decider Receiver Sender) set PRE=DA_ if (-d $TAR) then foreach xFILE ($FILES) cp ${PRE}${xFILE}.${OS} ${TAR}/${xFILE} end endif ---- End of the Skript. Kind Regards and Thanks in Advance, Lukas -- *** ALWAYS MAILTO:"Lukas Ruf " *** (PGP2.6.3) Fingerprint = 37CF 3AB4 B0F7 0AF5 C308 4188 8C10 86FE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message