--As the title says. ββI only write what you can understand if you google. ββIt's a personal memo.
I mainly develop Java (Spring Boot) web applications.
Search for the character string'hoge'in the file under the current directory
find ./ -type f -print | xargs grep 'hoge'
that's all!
Recommended Posts