# These two are equivalent grep -E 'a|b' my_file.csv grep 'a\|b' my_file.csv