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 , <tu...@posteo.de> 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

Reply via email to