ee12bba616
because not related to accounting but to wtmp only
13 lines
209 B
Bash
13 lines
209 B
Bash
#!/bin/sh -
|
|
#
|
|
# @(#)monthly 5.5 (Berkeley) 6/17/91
|
|
#
|
|
|
|
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
|
host=`hostname -s`
|
|
echo "Subject: $host monthly run output"
|
|
|
|
echo ""
|
|
echo "Doing login accounting:"
|
|
ac -p | sort -nr +1
|