ann kok wrote:
> Hi all
>
> how can I use grep to have the output as 60.40.2.x
>
> eg:
> 60.40.2.5 
> 60.40.2.3 
> 60.40.2.7 
>
> except 60.40.2x.x
>
> eg:
> 60.40.20.5 
> 60.40.23.6
> 60.40.25.7
>
> Thank you 
>
>     
>
>
>       
> ____________________________________________________________________________________
> Park yourself in front of a world of choices in alternative vehicles. Visit 
> the Yahoo! Auto Green Center.
> http://autos.yahoo.com/green_center/ 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
>   

egrep "60.40.2[0-9]?." < blah.txt

;P

Cheers!
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to