I'm looking for a way with powershell to convert a single line text file to a multi lines text file.
For example the input files has got fixed length records of 120 bytes but all of them have been concatenated to a single line file.
My output file should contain multiple lines, each with 120 bytes.
Can anyone help me get started on this ?