Results 1 to 4 of 4

Thread: Clear History

  1. #1
    Join Date
    Nov 2009
    Location
    Pune, India
    Beans
    4

    Question Clear History

    Hi,

    Can anybody tell me how to clear the history in linux ?

    #history

    Regards,
    Tushar

  2. #2
    Join Date
    Jan 2008
    Location
    Kerala, India
    Beans
    215
    Distro
    Ubuntu Development Release

    Re: Clear History

    There is a hidden file in your home folder named .bash_history
    You can clear it

    file contains roots history is
    /root/.bash_history

  3. #3
    Join Date
    Jul 2009
    Location
    Jacksonville,Florida,USA
    Beans
    118
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Clear History

    Code:
    history -c

  4. #4
    Join Date
    Sep 2009
    Beans
    8,874
    Distro
    Ubuntu Development Release

    Re: Clear History

    If your trying to clear unneeded stuff and cache run in the terminal.
    sudo apt-get autoremove
    then
    sudo apt-get autoclean

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •