Archive for February 11th, 2007

February 11, 2007: 4:07 pm: MatthewLinux Misc, Technical

from a howto :

           #!/bin/bash           OPTIONS="Hello Quit"           select opt in $OPTIONS; do               if [ "$opt" = "Quit" ]; then                echo done                exit               elif [ "$opt" = "Hello" ]; then                echo Hello World               else                clear                echo bad option               fi           done          
: 3:45 pm: MatthewLinux Misc, Technical

A very clear writeup from IBM on this pending issue…

Technorati Tags: ,

: 8:23 am: MatthewEnvironment, Pushing the Envelope, Technical

May they please be telling the truth

Technorati Tags: , ,