what would be the sed (or other tool) command to join lines together in a file that do not end w/ the character \'0\'?
I\'ll have lines like this
if ends with 0 store, remove newline..
sed '/0$/!N;s/\n//'