Re: keep only numeric character
| Newsgroups | gmane.editors.sed.user |
|---|---|
| Message-ID | <CAEE75_27hsVe7sJXoYbMpxx284=KK=AUB=od_0=Q3EHdxsJA1A@mail.gmail.com> |
sed -E '/;"([0-9] *){10}";/! s/;".*";/;"";/' works on your sample, where
you're after the second of three fields.
[Non-text portions of this message have been removed]