When using the history cmd it appears to be limited to the last 16 lines. Is it possible to increase this limit?
Perhaps but for that we need to know at least the shell ( default) you are using and knowing your OS can be of some help
I think it's bash? I've no idea what the os is. Is there a cmd i can use which will provide these details?
OS:
uname -a
shell:
echo $SHELL
echo $0
uname -a
Not sure about bash... but history is usually an alias of fc -l
What happens when you type? :
fc -l -24
Great this worked fc -l -24
Thanks a lot
my pleasure...