On Thu, 24 Jun 2010 05:19:53 +0200
Thomas Keusch <f...@bsd-solutions-duesseldorf.de> wrote:


> t...@eternity:~$ b=5
> t...@eternity:~$ case "$b" in 
> > [0-9] ) 
> >         echo numeric 
> >         ;;
> > * ) 
> >         echo alpha 
> >         ;;
> > esac
> numeric
> t...@eternity:~$
> 
> Works for me.

Now try it with 10.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to