đģ GrepFind match or match grep 'match\|match2'grep -E 'match|match2'Find match and match grep 'match.*match2'Omit match grep -v 'match'Find first or last of line match grep "^match"grep "match$"Resources GNU Grep