Question : grep on multiple items

I'm using BSD. I want to grep on multiple items. For example I want to find all lines with aaa, bbb or ccc. Does anyone know they syntax?

Answer : grep on multiple items

grep 'aaa\|bbb\|ccc'
Random Solutions  
 
programming4us programming4us