hi, can anyone help me. I tried to make a case script to insert in my
.login file but it didn't work. It looks like this:
echo "Please choose:"
echo "(D)irectory (L)ogoff (S)hell"
read choice
case $choice in
D) ls -al;;
L) exit;;
S) cd;;
can anyone tell me what was wrong?
--
*******************************
* Ryan Yau Lok Au *
* http://www2.hawaii.edu/~yau *
*******************************