1. Using grep
grep -r 'text_here' path_here
use man grep
for more information
2. Using spotlight
mdfind 'text here'
Also can use man mdfind
3. Use Ack
brew install ack
ack 'text_here'
'tools > terminal' 카테고리의 다른 글
tmux : use capture in tmux (0) | 2018.05.30 |
---|---|
맥 터미널 탭이동하기 (0) | 2018.03.21 |
tmux session 이름 변경하기 (0) | 2018.03.12 |
Downloading youtube in terminal: youtube-dl (0) | 2018.01.16 |
iterm2 메뉴바(title) 색상 변경하기 (0) | 2017.12.13 |