On Wed, Oct 27, 2010 at 6:04 PM, Gary Kline <[email protected]> wrote:

> I've got a very large file with paragraphs separated only by "\n".
> How do I put a blank line _after_ each newline?
>
>
Perhaps using sed? i'm definitely no sed expert but the substitute command
would work, just substitute one \n with two?

Mark
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"

Reply via email to