dos2unix, mac2unix, unix2dos, unix2mac: fix error in descriptions (#8082)

pull/1/head
xphade 2022-06-30 21:58:39 +02:00 committed by GitHub
parent a082829909
commit ba5ce39323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
# dos2unix
> Canvia salts de línia amb format DOS a salts de línia amb format Unix.
> Reemplaça CRLF amb CR.
> Reemplaça CRLF amb LF.
> Més informació: <https://manned.org/dos2unix>.
- Canvia els salts de línia en un arxiu:

View File

@ -1,7 +1,7 @@
# dos2unix
> Cambia saltos de línea con formato DOS a saltos de línea con formato Unix.
> Reemplaza CRLF con CR.
> Reemplaza CRLF con LF.
> Más información: <https://manned.org/dos2unix>.
- Cambia los saltos de línea de un archivo:

View File

@ -1,7 +1,7 @@
# dos2unix
> 将 DOS 样式的行尾更改为 Unix 样式。
> 用 CR 替换 CRLF.
> 用 LF 替换 CRLF.
> 更多信息:<https://manned.org/dos2unix>.
- 更改文件的行尾:

View File

@ -1,7 +1,7 @@
# mac2unix
> 将 macOS 样式的行尾更改为 Unix 样式。
> 用 CR 替换 LF.
> 用 LF 替换 CR.
> 更多信息:<https://waterlan.home.xs4all.nl/dos2unix.html>.
- 更改文件的行尾:

View File

@ -1,7 +1,7 @@
# unix2dos
> 将 Unix 样式的行尾更改为 DOS 样式。
> 用 CRLF 替换 CR.
> 用 CRLF 替换 LF.
> 更多信息:<https://waterlan.home.xs4all.nl/dos2unix.html>.
- 更改文件的行尾:

View File

@ -1,7 +1,7 @@
# unix2mac
> 将 Unix 样式的行尾更改为 macOS 样式。
> 用 LF 替换 CR.
> 用 CR 替换 LF.
> 更多信息:<https://waterlan.home.xs4all.nl/dos2unix.html>.
- 更改文件的行尾:

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: