Linux Commando: Delete Windows/DOS carriage return characters from text files
Different operating system may use different characters to indicate the line break. Unix/Linux uses a single Line Feed (LF) character as line break. Windows/DOS uses 2 characters: Carriage Return/Line Feed (CR/LF). MacOS uses CR. Nowadays, it is a reality
linuxcommando.blogspot.com |