Raw File
#!/bin/sh

find . * | grep examples/ | grep .error | wc -l

back to top