#! /bin/zsh echo ".el files: $(ls ../**/*.el | wc -l)" echo " lines: $(cat ../**/*.el | wc -l)"