First pass:

$ <<'eof' sed -e "s#'##g"
Input: '14      output: 14
Input: '26.3    output: 26.3
eof
Input: 14      output: 14
Input: 26.3    output: 26.3

Is that close to what you are looking for?

Regards,
- Robert




On Wed, Nov 10, 2021 at 11:24 AM Rich Shepard <[email protected]>
wrote:

> On Wed, 10 Nov 2021, Robert Citek wrote:
>
> > What are you trying to do?  Can you post an example of inputs and
> > desired outputs?
>
> Input: '14      output: 14
> Input: '26.3    output: 26.3
>
> Rich
>

Reply via email to