![]() |
![]() |
# ************************************************************************
# Echoing message on the terminal
# Checked in DRS6000 Sparc Unxi V release 4.0
# Author: G. Pradeep. e-Mail: pradeep@ipath.net.in. Site :www.ipath.net.in/pradeep
#***************************************************************************
echo "_[5H_[10C_[7m Enter the name of the message file "
echo "_[7H_[10C_[7m Enter the name of the username"
echo "_[5H_[36C_[5m _[0m"
read mesgfile
echo "_[7H_[36C_[5m _[0m"
read username
exit
Home