How to change number format (different decimal separator) from XXXXXX.XXX to XXXXXX,XXX using sed or awk?
Thanks!
|
feedback
|
|
you could do this:
ps: wouldn't that question fit better on superuser.com? | |||
|
feedback
|
|
if you have bash/ksh etc
| |||
feedback
|
|
I think
should serve what u want... unless u want something more special... | |||
|
feedback
|
|
Since the question is also tagged
| |||||
feedback
|
|
Wouldn't this be more accurate as the OP whas talking about numbers.. to make sure it is a leading number before the dot. The document could hold other dots that the OP don't want to substitute.
| |||
|
feedback
|
|
How rigorous do you want to be? You could change all
That does allow changes in a couple of odd cases, namely | |||
|
feedback
|