make getpeername() return the original socket address which before it was intercepted
[hband-tools.git] / user-tools / Head
blob5f2b39c0ea99549b58d0d0d60655c0a22d6a6fb3
1 #!/bin/bash
3 true <<EOF
4 =pod
6 =head1 NAME
8 Head - output as many lines from the first part of files as many lines on the terminal currently
10 =cut
12 EOF
15 head -n "$((${LINES:-$(tput lines)}-1))" "$@"