Merge branch 'main' of github.com:tldr-pages/tldr

This commit is contained in:
CleanMachine1
2022-07-01 00:18:14 +02:00
10 changed files with 10 additions and 10 deletions

View File

@@ -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:

View 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:

View 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:

View 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: