Am Dienstag, 29. März 2016, 10:01:00 schrieb VendForce Security: > 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 ?
No. Your shell should (or is able to) write each command line into the shell history. Tim
signature.asc
Description: This is a digitally signed message part.
