Hi,
I am using ksh (probably pdksh). I found that command "history" is an alias:
alias history = "fc -l"
I really don't like it. Because it only gives the last 15 commands. I
want to see OLDER commands.
I have checked in my home directory. I cannot found any related dot
file. I am a bash user and I know how to find the history file.
I have tried "unalias history". Then "history" command is not recognized
at all.
Thank you very much for your help.
Replies