On Wed, 10 Nov 2021, Robert Citek wrote:

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?

It would be if those values were the only content of a text file. However,
they're one of many columns in a .ods spreadsheet file that I want to save
as a .csv file with the numbers lacking the ' prfix.

Thanks,

Rich

Reply via email to