I am going to have to play with that one and compare it to doing a logger command or appending a specified filename with a "tail -f" of the users sh_history file. Logger writes output to the syslog.
tail -f ~username/.sh_history |while read line
do
logger $LOGNAME":"$line
done
Note: special thanks goes to Micheal from an HP forum for his direction on using logger. -B
birbone@earthlink.net
No need to apologize, I love learning different ways to accomplish the same task. I learned to expand, because just one way doesn't always work. What's tcl mode? -B
birbone@earthlink.net
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.