#!/bin/sh # Run this in the directory where the src directory is located find src/main/java -name "*.java" | xargs grep TODO\: | sed -e "s/.*TODO\://" | sed -e "s/^/*/"