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