Search Results

Search: Posts Made By: kalik
5,718
Posted By jim mcnamara
find /path/to/50k/files -type f -exec grep -l -F...
find /path/to/50k/files -type f -exec grep -l -F '[some random expression]' {} \;


grep -F 'pattern' uses a string not a regular expression.
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 06:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy