bala@Lapi:/tmp$ cat test.txt
title = Mr
name = shrini
phone = some number
email = [email protected]
address = home address
city = chennai
state = tamilnadu
country = india
title = Mr
name = Bala
phone = some number
email = [email protected]
address = home address
city = chennai
state = tamilnadu
country = india
bala@Lapi:/tmp$ cat test.txt | grep -P "\b(name|email)\b"
name = shrini
email = [email protected]
name = Bala
email = [email protected]
bala@Lapi:/tmp$
--
Regards,
Balasubramaniam Natarajan
www.etutorshop.com/moodle/
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc