1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:22:06 +02:00
tldr/pages.zh/linux/dos2unix.md
Managor e1e434d275
pages*/linux/*: add option placeholders to translations (#15902)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-15 23:32:36 +02:00

13 lines
291 B
Markdown

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