ripgrep, rg
recursively search current directory for lines matching a pattern
bash command
Examples
설치
$ brew install ripgrep
인코딩을 지정하여 검색하기
$ rg --encoding=euc-kr '검색어'
recursively search current directory for lines matching a pattern
$ brew install ripgrep
$ rg --encoding=euc-kr '검색어'