Hollis Blanchard wrote:
Use case/esac instead of multiple if/fi tests, allowing us to use wildcards.

Just a note:

if/fi allows wildcards as well:

 if "$reply" = y*; then
    # assume user can't spell
    ...
 fi

though case is better in this esac.

(I can't believe I used the word 'better' in the context of bash)

--
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to