I try to copy a paragraph from Word file into a nano editor. When, I open the file nano file.txt
, I remark that the text is set into one long line.
Is there any option to automatically set the paragraph into several lines as in Word file?
I try nano -w file.txt
but it does not work.