in reply to Re: removing square bracketsin thread removing square brackets
perl -lne 'print$1if/(-?\d(?:\.\d+)?)/' < data > munged [download]
Update: I posted this before Fletch updated his node.