How do I delete a particular character in a particular position in the shell?
I've tried with sed
, but I can not put the position too, just the default.
",45123","B23142DHAS675"
What I wanted was to delete the ,
that is in the second position of the string, but if there is no ,
nothing should be done.