1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:02:09 +02:00
tldr/pages.zh/linux/unix2dos.md
2024-09-29 18:22:55 +02:00

13 lines
277 B
Markdown

# unix2dos
> 将 Unix 样式的行尾更改为 DOS 样式。
> 用 CRLF 替换 LF.
> 更多信息:<https://manned.org/unix2dos>.
- 更改文件的行尾:
`unix2dos {{文件名}}`
- 使用 DOS 样式的行尾创建副本:
`unix2dos -n {{文件名}} {{新文件名}}`