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
output asked headers in the order they were asked; avoid header name spoofing by...
[hband-tools.git]
/
user-tools
/
Tail
blob
f8a42026faacf40ccc0f895372990c7b38a8567b
1
#!/bin/bash
2
3
true
<<EOF
4
=pod
5
6
=head1 NAME
7
8
Tail - output as many lines from the end of files as many lines on the terminal currently
9
10
=cut
11
12
EOF
13
14
tail
-n
"$((
${LINES:-$(tput lines)}
-1))"
"$@"