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.