On Wed, Mar 24, 2004 at 12:53:16PM +0100, [EMAIL PROTECTED] wrote:
> hi I have this script:
> ##################################################
> 
> rm -f *.tmp
> 
> 
> while  read line; do echo -e "\nzone  \"${line}\" {
>       type master;
>       file  \"tuttoqui.zone\";
>       allow-transfer {
>              151.38.133.13;
>       };
> };\n" >>  named.tmp;  done < dominios.txt
> 
> 
> ##################################################
> 
> but I want jump the process whe in the  variable ${line} I have a string with ".it" 
> anyting like
> ##################################################
> if (condition  ){

if ( echo ${line} | grep -q '\.it' - )

Brian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to