This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b37f341b58
tldr
/
pages.zh
/
osx
/
head.md
12 lines
184 B
Markdown
Raw
Normal View
History
Unescape
Escape
head: add Chinese translation
2019-02-26 03:13:38 +00:00
# head
Chinese pages: correct Chinese punctuation (#5240)
2021-08-02 09:41:09 +01:00
>
输出文件的开头部分。
head: add Chinese translation
2019-02-26 03:13:38 +00:00
Chinese pages: correct Chinese punctuation (#5240)
2021-08-02 09:41:09 +01:00
-
输出文件的前几行:
head: add Chinese translation
2019-02-26 03:13:38 +00:00
`head -n {{行数}} {{文件名}}`
Chinese pages: correct Chinese punctuation (#5240)
2021-08-02 09:41:09 +01:00
-
输出文件的前几个字节:
head: add Chinese translation
2019-02-26 03:13:38 +00:00
`head -c {{字节数}} {{文件名}}`