[CD to the $PWD(working directory to start recursion)] $ find . -name "*.jpg" -or -name "*.gif" -or -name "*.png" | wc -l >ct $ cat ct 110 ^image count