help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Making copies of files


From: michael-franzese
Subject: Re: Making copies of files
Date: Thu, 1 Apr 2021 02:41:44 +0200

I somehow need a way to search for a period ot end of line and have thought
about the following:

sed 's/\.$/\.\n/g' textfile > textfile2

> Sent: Thursday, April 01, 2021 at 12:34 PM
> From: "Lawrence Velázquez" <vq@larryv.me>
> To: michael-franzese@gmx.com
> Cc: help-bash@gnu.org
> Subject: Re: Making copies of files
>
> On Wed, Mar 31, 2021, at 8:31 PM, michael-franzese@gmx.com wrote:
> > Have now converted my files to org files and used html2text to remove the
> > html markup commands.
> > 
> > Have now ended up with paragraphs as follows.  I would now like to read the
> > org files and introduce a newline whenever a line ends with a period ".".
> 
> https://mywiki.wooledge.org/BashFAQ/021
> 
> vq
> 
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]