I cannot find a good example of the proper escape character sequence to replace all occurrences in vi of this string: "][" with "," (no quotes).
I'd prefer to do it via python or a shell script but vi is fine too as long as I can do a global replace manually.