Results 1 to 4 of 4
Hi all,
I am a new Linux user with very little experience. I am working through some tutorials at the moment.
When I finish the tutorials, is there a command ...
- 04-06-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 2
[SOLVED] Really Basic Question
Hi all,
I am a new Linux user with very little experience. I am working through some tutorials at the moment.
When I finish the tutorials, is there a command I can enter to show me all the commands that I entered in the session?
I am using Fedora.
Thanks in advance for your help.
- 04-06-2009 #2
Hi and Welcome !
Check contents of .bash_history file.
Code:less ~/.bash_histroy
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-06-2009 #3
Hi BloodSupper Welcome to Linux

command will displays everything you typed on terminal.history
checkout ~/.bash_history file actually this file is used by history command.
history command by default will list upto 1000 entries. if you want extend this limit (say 10000) then edit your /etc/profile
asHISTSIZE=1000
HTHHISTSIZE=10000- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 04-06-2009 #4Just Joined!
- Join Date
- Apr 2009
- Posts
- 2
Thank you for the speedy reply, welcome and clear explanation!!


