# Copyright 1989, 1990 Michael DeCorte for f in $* do echo " -------------------- cut here --------------------" echo " $f " echo " -------------------- cut here --------------------" cat $f echo done