Is there a PowerShell solution wrapping text to enhance readability of the text?
Perhaps in a form of a script that reads one text file with extra long lines, and produces a text file with lines of a size that is more natural to read?
I'd obviously want words to not be chopped. There may be more subtle aspects to consider regarding as to what makes a text file readable. Perhaps things like avoiding producing a line that ends with the end of one sentence and then only one word of the next sentence.