正規表現を使ったgrep
code:go
grep -rE "Join|join|INNER|LEFT" ./pkg/dbmodels --include="*.go"