On 08/21/2017 03:52 PM, Ed Greshko wrote:
On 08/22/2017 05:36 AM, JD wrote:
Cat /tmp/test-csh-goto
#/bin/tcsh
label:
printf "foo"
sleep 1
goto label
$ /tmp/test-csh-goto
foo
/tmp/test-csh-goto[6]: goto: not found [No such file or directory]
Is that what is actually in your file? ! seems to be missing.
You may want to try with a first line of
#!/bin/csh -f
It is obviously an issue with either your system or your user account. Try another user.
I already replied to Gordon that I am updating to current version.
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx