Skip to content

Commit 5a38d5f

Browse files
authored
head: refer to tail (#19782)
1 parent 414571e commit 5a38d5f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pages/linux/head.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# head
22

33
> Output the first part of files.
4+
> See also: `tail`.
45
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/head-invocation.html>.
56
67
- Show first 10 lines in a file:

pages/osx/head.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# head
22

33
> Output the first part of files.
4+
> See also: `tail`.
45
> More information: <https://keith.github.io/xcode-man-pages/head.1.html>.
56
67
- Output the first 10 lines of a file:

0 commit comments

Comments
 (0)