repo.or.cz
/
hband-tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
make getpeername() return the original socket address which before it was intercepted
[hband-tools.git]
/
user-tools
/
Head
blob
5f2b39c0ea99549b58d0d0d60655c0a22d6a6fb3
1
#!/bin/bash
2
3
true
<<EOF
4
=pod
5
6
=head1 NAME
7
8
Head - output as many lines from the first part of files as many lines on the terminal currently
9
10
=cut
11
12
EOF
13
14
15
head
-n
"$((
${LINES:-$(tput lines)}
-1))"
"$@"