mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
a9ff84e817
Co-authored-by: DustMerlin <39292795+DustMerlin@users.noreply.github.com>
297 B
297 B
unix2dos
将 Unix 样式的行尾更改为 DOS 样式。 用 CRLF 替换 LF。 更多信息:https://manned.org/unix2dos。
- 更改文件的行尾:
unix2dos {{文件名}}
- 使用 DOS 样式的行尾创建副本:
unix2dos {{[-n|--newfile]}} {{文件名}} {{新文件名}}