Hi Jan-Pieter, thanks for your reply, the information and the link!
I thought of an "interpreter only" application...that's why I didn't found one, hehehehe :) I am on Gentoo, which compiles everything locally before installing. J isn't offered via a Gentoo repo or user overlay, but I found a way to install it manually nonetheless. Jqt is too much of mouse action for such a text based task for me - but that's only me and my two cents. :) So '#! <path>/jconsole' is the way to go... Will do that! Cheers! Meino On 07/03 06:46, Jan-Pieter Jacobs wrote: > Hi tuxic, > > It's jconsole, wherever you installed that, if you only want CLI, otherwise > you should use jqt. Jqt also has ways to hide the GUI from being shown, but > I don't remember how. > > In case you installed from the .deb archive, jconsole will be called > ijconsole. > > This page on the wiki might come in handy as well: > https://code.jsoftware.com/wiki/Guides/J_Shell_Script > > Good luck with your J-ourney! > > Jan-Pieter > > On Sun, 3 Jul 2022, 17:42 , <[email protected]> wrote: > > > Hi, > > > > (I am using Linux only.) > > > > I just started with J ...and I am no native English speaker... > > > > Suppose I want to write a J-script, which is useable like > > a normal shell script via makeing it executable... > > From writing shell scripts I know, that the first line defines the > > interpreter for the following lines of code like so: > > #! /bin/sh > > > > In case of J the "sh" has to be replaced by the J interpreter, which > > (I think) is called "JEngine". > > > > Searching through the J903 archive for Linux I did not find anything > > like that... > > > > What needs to be used instead of "sh" here? > > > > Cheers! > > Meino > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
