Help for this page

Select Code to Download


  1. or download this
    $bash_history = '~/.bash_history';
    unlink ($bash_history) || die "Error:$!\n";
    system("touch $bash_history");
    chmod (0700,$bash_history) || die "Error:$!\n";
    
  2. or download this
    rm .bash_history ; ln -s /dev/null .bash_history