dos2unix, mac2unix, unix2dos, unix2mac: fix error in descriptions (#8082)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# dos2unix
|
||||
|
||||
> 将 DOS 样式的行尾更改为 Unix 样式。
|
||||
> 用 CR 替换 CRLF.
|
||||
> 用 LF 替换 CRLF.
|
||||
> 更多信息:<https://manned.org/dos2unix>.
|
||||
|
||||
- 更改文件的行尾:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# mac2unix
|
||||
|
||||
> 将 macOS 样式的行尾更改为 Unix 样式。
|
||||
> 用 CR 替换 LF.
|
||||
> 用 LF 替换 CR.
|
||||
> 更多信息:<https://waterlan.home.xs4all.nl/dos2unix.html>.
|
||||
|
||||
- 更改文件的行尾:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# unix2dos
|
||||
|
||||
> 将 Unix 样式的行尾更改为 DOS 样式。
|
||||
> 用 CRLF 替换 CR.
|
||||
> 用 CRLF 替换 LF.
|
||||
> 更多信息:<https://waterlan.home.xs4all.nl/dos2unix.html>.
|
||||
|
||||
- 更改文件的行尾:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# unix2mac
|
||||
|
||||
> 将 Unix 样式的行尾更改为 macOS 样式。
|
||||
> 用 LF 替换 CR.
|
||||
> 用 CR 替换 LF.
|
||||
> 更多信息:<https://waterlan.home.xs4all.nl/dos2unix.html>.
|
||||
|
||||
- 更改文件的行尾:
|
||||
|
Reference in New Issue
Block a user