layout: post title: How to change the line endings in Linux date: 2025-01-13 00:00:00 description: tags: linux categories: linux —
Using file command
file abc.txt
Result:
abc.txt: ASCII text
abc.txt: ASCII text, with CRLF line terminators
Using dos2unix command
dos2unix abc.txt
Using unix2dos command
unix2dos abc.txt