dos2unix

CRLF to LF Converter

  • Sukanyeah Krishna
  • Jun 11, 2020

Converting CRLF (carriage return + line feed) to LF (line feed) can be accomplished using various methods depending on the operating system and text editor you're using. Here's a summary of common approaches

Sukanyeah Krishna