Comment Re:A couple I use everyday... (Score 1) 569
The 'cls' script is more portably written as:
if, you do not already have the 'clear' command.#!/bin/sh
tput clear
If you are fond of the name 'cls', then do:
/prakashalias cls=/usr/bin/clear