공부
[Sh] find keyword in files `grep -rnw '/Users/seunggabi/Desktop' -e 'naver+'`
승가비
2020. 11. 23. 03:58
728x90
grep -rnw '/Users/seunggabi/Desktop' -e 'naver+'
How do I find all files containing specific text on Linux?
I'm trying to find a way to scan my entire Linux system for all files containing a specific string of text. Just to clarify, I'm looking for text within the file, not in the file name. When I was
stackoverflow.com
728x90