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
95ef1a04ab
tldr
/
pages.zh
/
osx
/
head.md
12 lines
178 B
Markdown
Raw
Normal View
History
Unescape
Escape
head: add Chinese translation
2019-02-26 03:13:38 +00:00
# head
format translation: change period
2019-10-18 04:30:29 +01:00
>
输出文件的开头部分.
head: add Chinese translation
2019-02-26 03:13:38 +00:00
format translation: change colon
2019-10-19 07:12:27 +01:00
-
输出文件的前几行:
head: add Chinese translation
2019-02-26 03:13:38 +00:00
`head -n {{行数}} {{文件名}}`
format translation: change colon
2019-10-19 07:12:27 +01:00
-
输出文件的前几个字节:
head: add Chinese translation
2019-02-26 03:13:38 +00:00
`head -c {{字节数}} {{文件名}}`