Gábor Stefanik wrote:
> >> + 0x0128,
> >> + 0x0128,
> >> + 0x0009,
> >> + 0x0009,
> >> + 0x0028,
> >> + 0x0028,
> >
> > Is it possible to use more than one value per line for all these
> > tables?
>
> if you know a good regex to convert the tables to use multiple
> values on each line, please post it.
Try this:
tr -d ' \n'|sed 's-\(\([^,]*,\)\{9\}\)-\1\n-g'|sed 's,^, ,'
9 is the number of values you want on each line.
//Peter
_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev