How to find text in a Unix file ? Get link Facebook X Pinterest Email Other Apps - February 09, 2021 find . -type f -name "*.*" -exec grep -il "YOUR TEXT" {} \; Get link Facebook X Pinterest Email Other Apps Comments
Comments