#!/bin/sh #@(#)Clear the screen using terminfo data (1) 19900101 John S. Urban # set -x USAGE="$0 [type] #output clear sequence for specified tty type" exec tput ${1:+-T$1} clear 2> /dev/null