On May 01, 2023 / 09:38, Bart Van Assche wrote: [...] > Please combine the two sed statements into a single sed statement, e.g. as > follows: > > sed 's/-.*//;s/[^.0-9]//' Thanks. I've applied the patch with the suggested change.
On May 01, 2023 / 09:38, Bart Van Assche wrote: [...] > Please combine the two sed statements into a single sed statement, e.g. as > follows: > > sed 's/-.*//;s/[^.0-9]//' Thanks. I've applied the patch with the suggested change.