4 lines
68 B
Bash
4 lines
68 B
Bash
find . -type f -iname "*.pdf.txt" -exec grep "31051" {} \; -print
|
|
|
|
|
find . -type f -iname "*.pdf.txt" -exec grep "31051" {} \; -print
|
|
|
|
|