카테고리 없음
find grep (cygwin, linux, ....)
een
2020. 2. 12. 16:28
$ cat 1.txt
가나다라
a
b
$ find . -name "1.txt"|xargs grep 가
가나다라