The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
A screen oriented command!!
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
A screen oriented command!!
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
11-20-2007
LivinFree
Goober Extraordinaire
Join Date: Jul 2001
Location: Portland, OR, USA
Posts: 1,584
Depends - what screen oriented command?
If I'm understanding correctly, you could do this in a script by using 'tput cup $row $column' (absolute) or by printing a bunch of whitespace / backspace characters (relative)...
LivinFree
View Public Profile
Find all posts by LivinFree