기계인간 John Grib
me
random
index

ripgrep, rg

recursively search current directory for lines matching a pattern

created: 2019.11.11

updated: 2019.11.11

편집하기 / 의견 남기기

bash command
  • Examples
    • 설치
    • 인코딩을 지정하여 검색하기
  • Link

Examples

설치

$ brew install ripgrep

인코딩을 지정하여 검색하기

$ rg --encoding=euc-kr '검색어'

Link

  • BurntSushi/ripgrep