On Mon, 2006-06-19 at 17:02 +0100, Paul Jakma wrote:
> If having tab (rather than space) always be the OFS suits you just fine, 
> then you don't need the above modification, just set OFS = "\t" in a 
> BEGIN action:
> 
> BEGIN {
>       OFS = "\t";
> }
> 
> {
>       gsub(/[^,]*/, "&/0", $4);
>       print;
> }
> 
> Hope this helps :)

Ah, of course, that makes complete sense.
Thanks for the help,
-Seb


_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to