Useful Commands Linux
>> 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