well u can try this
I guess it should work.

==========================================
echo "Enter username : "
read uname
echo "The username entered is $uname"
echo `finger $uname`...