프로그램 리뷰

astrogrep

zz! 2025. 8. 20. 14:46
728x90

astrogrep

특정 텍스트 값만 입력하면 파일의 확장자를 가리지 않고 입력한 텍스트 값이 존재하는 모든 파일을 검색해준다.

https://astrogrep.sourceforge.net/download/

 

Downloads - AstroGrep

Translation You can customize the language used in AstroGrep by placing a language xml file in the directory %appdata%\AstroGrep\Language or if using the portable version in the local directory under \Language. Note: The file(s) you place under that direct

astrogrep.sourceforge.net

 

오픈 소스 코드에서 특정 함수 이름을 찾거나, 특정 문자열을 찾을 때 유용하다.

예를 들어서 C:\Project2 풀더 내에 Hello world!!! 문자열이 있는 파일을 찾고 싶다면 아래와 같이 하면 된다.

search path 검색할 디렉토리의 범위
file types 파일의 제목 및 확장자 / *.* 을 입력하면 모든 파일
search text 검색할 단어를 입력

search path 를 C:\로 할경우에는 매우 오래 걸립니다. 그래서 대충 바운티 할때는 소스코드 풀더내로 지정을 해줍시다.

 

참고 자료

https://saakmiso.tistory.com/33

 

728x90