#!/bin/csh if ("$1" == "") then set string='=>' else set string="$1" endif sed -e 's/^[ ]*$//;s/^\(..*\)$/'"${string}"' &/'