特定のディレクトリで再帰的に文字列で検索する(find/grep/rg)
code: (sh)
grep -r '文字列' path/to/dir
rg '文字列' path/to/dir
ripgrep(rg)の方が高速
ripgrepは
.gitignore
を除外する
#linux
#コマンド