I want to put all the console history files in one place In mysql you can do export MSQL_HISTFILE=~/.history/mysql and the history file is created and stored
I can so this with mysql, bash, python, postgres, scapy How can I do it with wget in linux using the $HOME/.bashrc I've tried export WGET_HISTORY=~/.history/wget export WGET_HIST=~/.history/wget export WGET_HIST=~/.history/wget scapy devs have made a commit, so I'm only left with wget now. The rest have or had enviroment varible for export history is there varible for history ?
