Post
Topic
Board Announcements (Altcoins)
Re: [ANN] NovaCoin - Balthazar's PPC + scrypt fork, pool list
by
gyverlb
on 24/04/2013, 22:02:10 UTC
You can keep Linux from recording a command history by prepending one or more spaces  in front of the command.

Code:
./novacoind walletpassphrase iamapassword 100000

Would be recorded in the bash history.

Code:
    ./novacoind walletpassphrase iamapassword 100000

Would not be recorded in the bash history.

Only if you have set HISTCONTROL with "ignorespace" which is not the default.

Edit: this is assuming you use bash and not another shell (I don't know others well enough).