On Thu, 24 Jun 2010 05:19:53 +0200
Thomas Keusch <[email protected]> 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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"

Reply via email to