What was that command again? Linux History
Here is a total noob hint.
You can see the last 500 or so commands you have entered in the command line on a Linux system with the following command:
history
Now, if you want to filter that list you can use grep. For example, if you want to see the files you have edited, you could:
history | grep nano
Assuming of course, that you use nano as your text editor.




Recent Comments