sed '/! comment/ r insertfile' destinationfile
||urty
! comment
||bob
||mary
||david
||gdfgrw
||fdfdf
Usando um script bash, estou com dificuldades para colocar um arquivo em outro baseado em um determinado local.
||bob
||mary
||david
destino:
||urty
! comment
||gdfgrw
||fdfdf
Então, basicamente, solte todo o conteúdo de um arquivo no cabeçalho (abaixo do! comentário):
O destino deve ficar assim:
||urty
! comment
||bob
||mary
||david
||gdfgrw
||fdfdf
sed '/! comment/ r insertfile' destinationfile
||urty
! comment
||bob
||mary
||david
||gdfgrw
||fdfdf
Tags text-processing sed