Hacker News new | ask | show | jobs
by hackerpants 4778 days ago
Huh, I didn't know that. What command gives the entire history on OS X, then?
2 comments

history shows the full .bash_history, but by default HISTFILESIZE is 500 so it only stores 500 entries.
I ran this in Mac OS without a hitch, gave 100. I use zsh, maybe the default shell doesn't?