Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jun 1999 11:42:58 +0200 (MET DST)
From:      Lukas Ruf <lpruf@stud.ee.ethz.ch>
To:        FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
Subject:   CSH script -- Need help 
Message-ID:  <Pine.GSO.4.10.9906091141160.16279-100000@tardis-a2.ee.ethz.ch>

next in thread | raw e-mail | index | archive | help
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 <Script-Name>, 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 Script ----
#!/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 Script.

Kind Regards and Thanks in Advance,

Lukas
--
        *** ALWAYS MAILTO:"Lukas Ruf <lpruf@stud.ee.ethz.ch>" ***
Lukas Ruf // Neugutstr. 9 // 8002 Zurich // Switzerland // +41-1-2813545
    (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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.9906091141160.16279-100000>