tools/terminal

Find files in mac terminal

seul chan 2018. 3. 26. 19:25

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'