7 Tips - Tuning Command Line History in Bash - ShellHacks
7 Tips that can help you to improve you Bash history file.
You will learn how to add date and time to bash history file, increase history size, ignore specific commands and much more …
Every command that you enter, is stored in the file ~/.bash_history. Run history to see your last commands.
You can improve your Bash history, appending different environment variables to your ~/.bashrc
file.
After modifying ~/.bashrc
file, execute the following command to apply changes:
Read full article from 7 Tips - Tuning Command Line History in Bash - ShellHacks
No comments:
Post a Comment