Welcome to mirror list, hosted at ThFree Co, Russian Federation.

w_log « zcip_if « var_service « examples - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa36ef13be05e5c80e7afbe2292d163d3eaedf28 (plain)
1
2
3
4
#!/bin/sh

cd log/logdir || exit 1
watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b1-$((w-2))'