Can anyone tell me if I can add line break, for each content of each file?
For example, in a file it has the content (dog) and in other files other types of content, however the files do not have a line break at the end, thus joining the contents in the same line.
Wrong:
dog zebra cat
Correct:
puppy
cat zebra
Does anyone know how to help me?