>> grep -r "Searching_Text" *>> grep -r --include "*.txt" texthere .
>> grep -r ----exclude "*.txt" texthere .>> grep -R 'string' dir/
>> find dir/ -type f -exec grep -H 'string' {} +>> objdump -f libfoo.a | grep ^architecture>> grep -r "Searching_Text" *>> grep -r --include "*.txt" texthere .
>> grep -r ----exclude "*.txt" texthere .>> grep -R 'string' dir/
>> find dir/ -type f -exec grep -H 'string' {} +>> objdump -f libfoo.a | grep ^architecture
Nice collection.
keep it up
I have some advice
If possible then.