How to automatically correct all commas in Russian sentences?

How to automatically correct all commas in Russian sentences?

You can use command line LanguageTool version for that:

java -jar languagetool-commandline.jar --language ru --apply TEXT_RU.txt > TEXT_CORRECTED.txt

This command applies all default rules to text.
But this method has a drawback - only the first suggestion that is generated by the rules applies.
I recommend an interactive (not automatic) check.

How to use this command? What file do you need to create or what?
I do not want to manually improve millions, millions of words.
That’s why I’m asking for automatic.
Is huge text files supported?