How can I run the below command for *.c,*.sh?
`find.exe . -name "*.h" -print0 | xargs -0 grep -i $folder`; `find.exe . -name "*.h,*.c,*.sh" -print0 | xargs -0 grep -i $folder`; +--->Will this work?
In reply to Running find.exe for multiple extensions by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |