I was trying to open another terminal window to run a script, then pause after execution to allow the user to exit after seeing the status of the commands. Aterm has no -hold option. I tried the most simple thing I could think of
xterm -e 'sleep 5' as well as
xterm -e 'ls -a && read -p "Press Anykey..."' and some variations. While
read -p "Some example text" works in the primary terminal there doesn't seem to be a way I can find to spawn another terminal and have it stay open.
Is there a simple way to do this?
My solution is just to remove aterm.tcz and use xterm.tcz instead.