$ find . -type f \( -name "\*.sh" -o -name "\*.txt" \)
Find files with .sh and .txt extensions
.sh
.txt