Is there more-than-one way to keep
a "log" file of a user's entries during
a session in an xterm ("Unix"
window?
(1) I'm using Kornshell.
The user: ".profile" file has:
HISTFILE=$HOME/.sh_history
(2) So far, I am doing it this way:
using the Kornshell, with:
ksh<enter>
history > user_entries <enter>
cat user_entries <enter>
(2) or:
cat .sh_history <enter>
(3) Is there any other (simple)
way to do this.
Thanx, in advance.
a "log" file of a user's entries during
a session in an xterm ("Unix"

(1) I'm using Kornshell.
The user: ".profile" file has:
HISTFILE=$HOME/.sh_history
(2) So far, I am doing it this way:
using the Kornshell, with:
ksh<enter>
history > user_entries <enter>
cat user_entries <enter>
(2) or:
cat .sh_history <enter>
(3) Is there any other (simple)
way to do this.
Thanx, in advance.