Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Tags
#unix
Question
Bash. Enable saving history
Answer
set -o history

Tags
#unix
Question
Bash. Enable saving history
Answer
?

Tags
#unix
Question
Bash. Enable saving history
Answer
set -o history
If you want to change selection, open document below and click on "Move attachment"

Second terminal without history - Unix & Linux Stack Exchange
gelink] billyocean billyocean 283 add a comment | 2 Answers 2 active oldest votes 8 Depends on the shell. In Bash, you can control the history in a couple of ways : Disable saving history using <span>set +o history and re-enable it with set -o history (note the inverted plus and minus). With history disabled, commands entered will not be saved in the history log, but previous ones will be availabl

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.