How To Display A List Of Recent Commands In Ubuntu Linux
If you want to find a command that you used before but you have a huge history list, you can quickly find it by passing it through grep. Let’s say we remember typing the ftp command, but can’t remember the domain name of the server: 1 ps -ef2 kill 241883 ps -ef4 tail logfile.log Pretty simple stuff! What if we want to display the list of items that we use the most often?...