bill lam wrote:
Chris Burke wrote:
./jconsole -jprofile cmd.ijs 123 'hello'

cat test.txt
+----------+---------+-------+---+-----+
|./jconsole|-jprofile|cmd.ijs|123|hello|
+----------+---------+-------+---+-----+


On window it run like this (notice the hello)
C:\>\j601\jconsole -jprofile cmd.ijs 123 'hello'

C:\>cat test.txt
+--------------+---------+-------+---+-------+
|\j601\jconsole|-jprofile|cmd.ijs|123|'hello'|
+--------------+---------+-------+---+-------+

Does window preserve the single quote while linux does not?
I suspect that the difference here is in what the respective command line interpreters
do on the respective OSs.    Window's CMD.EXE  vs. sh or bash or csh ...
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to