#!/bin/bash for i in aws*.{py,sh}; do echo "# $i" ./"$i" | mlr --c2t cat | column -t wait $! done