Re: magic line in unix

2002-02-12 Thread Joseph Shraibman
OK figured out what xcu is, but where in there does it discuss #! ? For the rest of you: http://www.unix-systems.org/version3/xcu_contents.html Dan Kegel wrote: > Joseph Shraibman wrote: > >>I have been having problems making beanshell shell scripts on linux. >> >>Bascially #! /usr/local/jdk/bi

Re: magic line in unix

2002-02-12 Thread Joseph Shraibman
I found some mailing list archives from 2000 mentioning #! but it was a mess and refered to things the readers of that list knew about but I don't. For example I couldn't figure out what XCUd3 ERN 6 is. Could you point me to something more specific? Dan Kegel wrote: > Joseph Shraibman wrot

magic line in unix

2002-02-12 Thread Joseph Shraibman
I have been having problems making beanshell shell scripts on linux. Bascially #! /usr/local/jdk/bin/java bsh.Interpreter works, while #! /usr/local/jdk/bin/java -client bsh.Interpreter does not work. The problem seems to be that all arguments are lumped together when passed to the program, so