the system "clear" command merely echo's 2 escape sequences to screen, which
are very easy to do by hand.  This is idential to what clear does:

print "\e[H\e[2J";


-gomes


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to