This website requires JavaScript.
Explore
Help
Register
Sign In
DawnMagnet
/
tldr
Watch
1
Star
0
Fork
0
You've already forked tldr
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
469e7ed95fbcef064b985b2b51f98de9626e80cf
tldr
/
pages.zh
/
osx
/
head.md
wizarot
0877344b60
head: add Chinese translation
2019-02-26 18:50:35 +00:00
178 B
Raw
Blame
History
head
输出文件的开头部分.
输出文件的前几行:
head -n {{行数}} {{文件名}}
输出文件的前几个字节:
head -c {{字节数}} {{文件名}}