mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 05:42:10 +02:00
13 lines
296 B
Markdown
13 lines
296 B
Markdown
# mac2unix
|
|
|
|
> 将 macOS 样式的行尾更改为 Unix 样式。
|
|
> 用 LF 替换 CR.
|
|
> 更多信息:<https://waterlan.home.xs4all.nl/dos2unix.html>.
|
|
|
|
- 更改文件的行尾:
|
|
|
|
`mac2unix {{文件名}}`
|
|
|
|
- 使用 Unix 样式的行尾创建副本:
|
|
|
|
`mac2unix -n {{文件名}} {{新文件名}}`
|