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