Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Delete non-numerics using sed

How do I use sed to completely delete the following from the one-line below:

[&boot=40], [&boot=55]

Generally I wish to maintain patterns whose boot values will be above 60 i.e:

[&boot=(values >60)]

tree_1 = [&R]((((((Taxa6:0.002077,Taxa7:0.004177,TaxaD:0.006102[&boot=40]:4.0E-6,TaxaB:0.00103,TaxaA:0.00193)[&boot=91]:0.003883,Taxa4:0.004)[&boot=64]:9.89E-4,TaxaI:0.00194)[&boot=55]:1.0E-6,TaxaF:0.001901):0.5064,TaxaG:0.517379)

Comments