bash case statement question

xDog Walker thudfoo at gmail.com
Wed Sep 21 10:51:59 PDT 2011


Here is a question about bash: What does the .$1 mean in the following case 
statement (I know $1 means the first argument, but what does the . mean 
here?)

     case .$1 in

and later on:

     .[aA])
           SAMPLE="blah";;

Thanks

-- 
I have seen the future and I am not in it.



More information about the Linux-users mailing list