18.10.2010 16:43, Ralf Hildebrandt wrote:
[]
> if  ! grep @ <<STOP > /dev/null
> $1
> STOP
> then

Now that's interesting construct ;)

case "$1" in
  ?...@?*) ;;
  *) echo "No @ in Mail-address" >&2; exit 1;;
esac

/mjt

Reply via email to