Skip to main content

All Questions

Tagged with
1 vote
2 answers
634 views

find command throws errors when inside function

I can run the following command in bash without any errors: $ find /d/Code/Web/Development/Source/ \( -name '*.cs' -o -name '*.cshtml' \) -exec grep -IH UserProfileModel {} \; I wrote a function in ....
Big McLargeHuge's user avatar