#!/usr/bin/bash for j in `ls *.ads *.adb ` do echo $j ./cut -t28 $j ./merge -tCOPYING.txt $j done