#!/bin/bash find . -name "*.py" -exec sh -c 'echo "=== {} ==="; cat "{}"; echo ""' \;