mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 05:55:57 +02:00
head: add Chinese translation
This commit is contained in:
parent
cd2112d467
commit
0877344b60
1 changed files with 11 additions and 0 deletions
11
pages.zh/osx/head.md
Normal file
11
pages.zh/osx/head.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# head
|
||||
|
||||
> 输出文件的开头部分.
|
||||
|
||||
- 输出文件的前几行:
|
||||
|
||||
`head -n {{行数}} {{文件名}}`
|
||||
|
||||
- 输出文件的前几个字节:
|
||||
|
||||
`head -c {{字节数}} {{文件名}}`
|
Loading…
Add table
Reference in a new issue