#!/bin/sh cat - "$1" > "$1.prefix" < $2 EOF cat "$1.prefix" - >"$1" < EOF rm -f "$1.prefix"