It would be great to access all my commands run in terminal on OSX so I can review and use as a running reminder sheet.
I'm using Reverse-I-Search prompt and have updated my .bash_profile to store all of my history as mentioned here.
http://mactoids.com/how-to-search-terminal-command-history/
Any ideas how I could access as to output the terminal command history in OSX?
man bash, so you should know that the history is stored in the file~/.bash_history. What else do you need to know, can you clarify? – nobody Jul 10 '11 at 21:46