Generation

linuxFri, 17 Feb 2023

find a specific text in the file

find . -type f -exec grep -l 'text' {} \;

Want to kickstart your project?Use the new AI Studio to create your code