How can I go about finding the line:
print("hello world)"
In a directory x/y/z where the file/files could be in any branch of x's tree (where directory x has many children folders
You can use recursive grep
from parent directory of x
:
grep -FR 'print("hello world)"' x/*
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With