Sebastian Tymków wrote:

I've tried with sed -e '/PATTERN/ a\ line' file but this did'n work. There
are many axamples in internet but none
of them work on FreeBSD.

The inserted line needs to be on a separate physical line.

sed -e '/PATTERN/a\
line'

For /bin/csh, you need two backslashes because the shell recognizes
backslashes inside single-quotes, which it shouldn't.

--
James Bailie <[EMAIL PROTECTED]>
http://www.mammothcheese.ca
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to