1 2 3
#! /bin/sh find src/main/java -name "*.java" -not -name "package-info.java" -exec cat {} + | sed -e '/^\s*\/\//d' -e '/^\s*$/d'