using ksh/bash, so should be able to work on both...
I have been unable to find anyway to specify exactly where on the screen to dump out put.
To explain would be to say, I am able to run 4 different scripts simultaneously, output of shell 1 would be top left, shell 2 bottom left, shell 3 top right, shell 4 bottom right.
Basically able to create something like top/topas (not realtime tho).
Now, I know I can do this many ways with assigning long variables, and echo in sequence, and the such. But I really would like to know if there is a built-in to do this, or a better way, so I can keep the formatting simple, without getting into perl-
I have been unable to find anyway to specify exactly where on the screen to dump out put.
To explain would be to say, I am able to run 4 different scripts simultaneously, output of shell 1 would be top left, shell 2 bottom left, shell 3 top right, shell 4 bottom right.
Basically able to create something like top/topas (not realtime tho).
Now, I know I can do this many ways with assigning long variables, and echo in sequence, and the such. But I really would like to know if there is a built-in to do this, or a better way, so I can keep the formatting simple, without getting into perl-