> Look for a marker in a file and delete the line with the marker. Then
> insert file2 at that location.

sed -e '/MARKER/{
r /tmp/file2
d
}' file

--kevin
-- 
Kevin's new Elephant Memory Systems Tribute Page:
  http://home.comcast.net/~kevin_d_clark/ems/
_______________________________________________
gnhlug-discuss mailing list
[email protected]
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss

Reply via email to