Floyd L. Davidson wrote:
> [EMAIL PROTECTED] wrote:
> >If I may recommend an alternative,
> >print "\033[H\033[J"
> Unfortunately, it is poor practice to hard code such sequences.
> Instead the proper sequence should be obtained from the
> appropriate database (TERMINFO or TERMCAP), and the easy wa
mp wrote:
> i have a python program which attempts to call 'cls' but fails:
> sh: line 1: cls: command not found
> i'm using os x.
[Note Followup-to: severely trimmed]
I'd guestimate (those more familiar with python can probably fill in
more relevant python specific details) that the python progr