This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-04-29 23:24:55 +02:00
Code
Activity
50cff8c9e6
Branches
Tags
No results found.
tldr
/
pages.zh
/
linux
/
unix2mac.md
Flex Zhong
33ee5d40d1
dos2unix, mac2unix, unix2dos, unix2mac: add Chinese translations (
#4168
)
2020-07-17 17:55:40 +01:00
225 B
Raw
Blame
History
unix2mac
将 Unix 样式的行尾更改为 macOS 样式. 用 LF 替换 CR.
更改文件的行尾:
unix2mac {{文件名}}
使用 macOS 样式的行尾创建副本:
unix2mac -n {{文件名}} {{新文件名}}