Re: keep only numeric character

"Jim Hill [email protected] [sed-users]" <[email protected]> Tue, 9 Feb 2016 09:13:19 -0800
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]