Hello,
I have file name is file.txt inside it this lines
line1=hello world
line2=hello web
line3=hello egy
I want print full lines start with line2=
like in linux command
cat file.txt | grep "line2="
this code will print full line --> line2=hello web
And if any one have books in python like this techniques tell me
Thanks