Click to See Complete Forum and Search --> : is there a way to....


Tux0r
03-19-2002, 12:27 PM
clear the terminal of all your previous commands, so that when you press the up arrow, nothing shows up?

2thumbs
03-19-2002, 12:32 PM
bash -c

Of course this assumes you use BASH. You should check the man page for which ever shell you are using. Here is a quick link regarding BASH and using it's history feature: http://www.gnu.org/manual/bash-2.02/html_chapter/bashref_7.html

[ 19 March 2002: Message edited by: 2thumbs ]