What is the command to clear out the cache in a command line? There's so many commands that I just want to clear it out every now and then.
Thanks.
Printable View
What is the command to clear out the cache in a command line? There's so many commands that I just want to clear it out every now and then.
Thanks.
You mean clear the *history* ?
Clear the history file.Code:history -c
That is it! I could not remember that command for the life of me. Thanks!
For that thankyou you recieve a free tip from muha :)
Write that sort of stuff into a logfile you keep hanging around on your system.
It basicly contains all the commands with commandline options you used and looked at, with one line saying what it does. When you're looking for something you can always refind it that way.