Originally posted by: DjRobin69
Found this while looking for something else
The HISTFILE variable needs to be set to different name before the first history command is created.
when i check the history I see
-
#Þ#1280932694#ß#
if
$# -ne 3 ; then
return 0
fi
var=$1 #The enviornment variable to be processed
addrm_str=$2 #The new path to be used
action=$3 #Action: a -> add, r -> remove
if ; then
return 0 # return without doing anything
fi
etc
So because whatever script is running during logon is writing to the history file - preventing me from changing the name
#AIX-Forum