Cool
2004-08-23 20:50:30
From procinfo(8), part of sysutils:
-Ffile Redirect output to file (usually a tty).
Nice if, for example, you want to run procinfo permanently on a
virtual console or on a terminal, by starting it from init(8) with
a line like: p8:23:respawn:/usr/bin/procinfo -biDn1 -F/dev/tty8 `
At last, a Linux equivalent of systat -vm. Or nearly,
anyway.