# DOS-Umbrueche (CRLF line terminators) user@linux:~ $ file /tmp/t.txt /tmp/t.txt: ASCII text, with CRLF line terminators # oeffne Datei im vim, setze FileFormat auf Unix und schreibe und schließe die Datei sofort wieder user@linux:~ $ vim -c "set ff=unix|wq" /tmp/t.txt # Kontrolle, nun sind es "Unix" Umbrueche (LF line terminators) user@linux:~ $ file /tmp/t.txt /tmp/t.txt: ASCII text