ls *.h *.c > /tmp/lstmp
ed - /tmp/lstmp
1,$s/.*/num < & ^ pr -w132 -h "&"/
w
q
sh /tmp/lstmp
rm /tmp/lstmp
