Bill, I think my test confirms your concern about hyphens as I have tried to show below.
In addition, it seems to me that the instructions at the following link would be more correct if the first line of jtest were changed to be like the first line in my jtest script (with something replacing my name, for example). [12:10pm brian~/j602-user]% ls -l jtesthyph -rwxr-xr-x 1 brian staff 63 Aug 22 12:10 jtesthyph* [12:10pm brian~/j602-user]% ls -l jtest -rwxr-xr-x 1 brian staff 60 Aug 22 10:33 jtest* [12:10pm brian~/j602-user]% ./jtesthyph tcsh: ./jtesthyph: Command not found. [12:10pm brian~/j602-user]% ./jtest hello [12:11pm brian~/j602-user]% cat jtesthyph #!/Users/brian/j602-32/bin/jconsole stdout 'hello', LF exit'' [12:20pm brian~/j602-user]% cat jtest #!/Users/brian/j602/bin/jconsole stdout 'hello', LF exit'' ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
