Insert character at nth position for each line in a text file
问题 I have text files, I need to add a space at the 8th character of each line in the text file. Text files have 1000+ multiple rows How would I conduct this? Original file example: 123456789012345.... abcdefghijklmno.... New file: 12345678 9012345 abcdefgh ijklmno Reading this article is helpful: Add a character on each line of a string Note: Length of text lines can be variable (not sure if it matters, one row can have 20 characters, next line may have 30 characters, etc. All text files are in