system('cat', $file) #### #!/bin/sh echo "(html header stuff)" echo "" cat file1 file2 file3 echo ""