Merge branch 'main' of github.com:tldr-pages/tldr
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# dos2unix
|
||||
|
||||
> Change DOS-style line endings to Unix-style.
|
||||
> Replaces CRLF with CR.
|
||||
> Replaces CRLF with LF.
|
||||
> More information: <https://manned.org/dos2unix>.
|
||||
|
||||
- Change the line endings of a file:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# mac2unix
|
||||
|
||||
> Change macOS-style line endings to Unix-style.
|
||||
> Replaces LF with CR.
|
||||
> Replaces CR with LF.
|
||||
> More information: <https://waterlan.home.xs4all.nl/dos2unix.html>.
|
||||
|
||||
- Change the line endings of a file:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# unix2dos
|
||||
|
||||
> Change Unix-style line endings to DOS-style.
|
||||
> Replaces CR with CRLF.
|
||||
> Replaces LF with CRLF.
|
||||
> More information: <https://waterlan.home.xs4all.nl/dos2unix.html>.
|
||||
|
||||
- Change the line endings of a file:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# unix2mac
|
||||
|
||||
> Change Unix-style line endings to macOS-style.
|
||||
> Replaces CR with LF.
|
||||
> Replaces LF with CR.
|
||||
> More information: <https://waterlan.home.xs4all.nl/dos2unix.html>.
|
||||
|
||||
- Change the line endings of a file:
|
||||
|
Reference in New Issue
Block a user