Date: Tue, 8 Jun 1999 11:50:01 +0200 (MET DST) From: Lukas Ruf <lpruf@stud.ee.ethz.ch> To: FreeBSD Questions <freebsd-questions@FreeBSD.ORG> Subject: #!/bin/csh -- limit: no such limit. Message-ID: <Pine.GSO.4.10.9906081140480.8007-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 <Skript-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 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 <lpruf@stud.ee.ethz.ch>" ***
(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.9906081140480.8007-100000>
