You can create a Shell tool in one of two ways:
 in the Podium.
 in the Podium.Meta+X Shell in any Editor window (or any other window based on an editor, such as the Listener).The Shell Tool Preferences
 
The Operations menu contains the following commands which send POSIX signals to the shell process. These only work on non-Windows platforms.
Choose Operations > Interrupt to send a break signal to the shell process. This stops the current task and returns control to the command line in the Shell tool, if necessary.
Choose Operations > Suspend to send a suspend signal to the shell process. This suspends the current task so that you can continue entering commands at the command line. To resume the task, type fg at the command line in the Shell tool. Alternatively, type bg at the command line to force a task to run in the background.
Choose Operations > Eof to send an EOF signal to the process.
LispWorks IDE User Guide (Unix version) - 01 Dec 2021 19:37:21