How to find the lines with the specific text in Linux console
You can use AWK or grep
awk '/error/' logfilename.txt
or grep
grep 'pattern' logfilename.txt
This example will show you all the fixed strings:
grep -F 'pattern' file
The example below finds the word '_configuration' in *.cs files and writes the filename and the found text
find . -name "*.cs" -exec awk '/_configuration/ { print FILENAME ": " $0 }' {} +

Login as another user in SharePoint 2019 on-premises site in Chrome
Set limited Wi-Fi connection within command line in Windows
A sticker problem with the fan in HP laptop