Is there a way to define an unlimited history in Bash ?
|
feedback
|
migrated from stackoverflow.com May 4 '10 at 12:06
This question came from our site for professional and enthusiast programmers.
|
Have you googled it?
| |||||||||||||
feedback
|
|
A different concept (may not be applicable) but you can have | |||
|
feedback
|
|
Yeah I don't think there is any way to have an 'unlimited' history, but doing as aioobe says should do the trick (although you may put it in .bashrc, either way would be fine) then simply restart bash or do source ~/.bashrc and check with set | grep HIST | |||
|
feedback
|