Terminal Steuerung:
Kommando | Reaktion |
---|---|
tput bel | Alarmton ausgeben |
tput clear | Löscht den Bildschirm |
tput cols | Gibt die Anzahl Spalten des Terminals zurück |
tput cup x y | Setzt den Cursor auf Zeile x, Spalte y |
tput home | Entspricht "tput cup 0 0" |
tput el | Zeile ab Cursorposition löschen |
tput ed | Bildschirm ab Cursorposition löschen |
Weitere Infos: man tput.
Stand: 05.11.2009
EOF