Find files with certain sring inside and file extensi on
grep -r -l somestring *.jsx
Will find any jsx file wwit h the text somestring inside.
-r
is for recursive searching from ran dir.
-l
ignore capitals.
todo
Proper alias function for zsh config