我知道我可以做:
find /path/to/folder -name "*.bin"
找到所有bin文件。我还要添加什么也可以查找.sh文件?
find /path/to/folder -iname "*.bin" -o -iname "*.sh"