freebsd-tips: Add a shell function for laptops
MFC after: 3 days Reviewed by: pauamma_gundo.com Differential Revision: https://reviews.freebsd.org/D53748
This commit is contained in:
@@ -860,3 +860,11 @@ When netstat reports every 8 seconds, it tells traffic in bits per second:
|
||||
|
||||
$ netstat -I bge0 8
|
||||
%
|
||||
Using vt(4) on a laptop? Try this sh(1) function. It provides an "h"
|
||||
command that prints the last 22 commands executed, the time, remaining
|
||||
battery life, and current working directory:
|
||||
|
||||
h() { fc -l -22; printf "%s\n" "`date +%H:%M` -- `apm -l`% -- `pwd`"; }
|
||||
|
||||
-- Alexander Ziaee <ziaee@FreeBSD.org>
|
||||
%
|
||||
|
||||
Reference in New Issue
Block a user