#!/bin/sh for script in [$[ls | grep '^[0-9]*_.*.sh]] { echo $script time sh $script }