On Wed, Jul 6, 2022 at 10:19 AM <tu...@posteo.de> wrote: > I found this said to be a valid script for J: > > #!/bin/jc > echo 'Hello, world!' > exit '' > > ...but there is no "jc" on my system (I have installed J of course :) ) > > Is it only valid for the commercial version of J?
I remember that older versions of J used different names for the executables. If you like, you could use jconsole for jc. You might even install it in the /bin/ directory. That said, there's also a tool named jc which converts content to json. Then again, there's also a jconsole which is the java console. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm