cd ~cat .bash_history
I don't think Midnight Commander will look at the entire history, unless you use it to navigate thru the file system all the time.Code: [Select]cd ~cat .bash_history
Is there a command that can list all the previous commands run in the shell?I meen those commands that are shown using the upward and downward arrow.