It’s sometimes useful when using the linux command line to prevent things to go into the bash history; for example if you’re using curl to download a file while providing your username password. This can be easily done in linux by configuring the HISTCONTROL variable…