Results 1 to 4 of 4
I mean, if I open a terminal and after a while something has been printed to the screen, how can I find out the history of STDOUT? If there a ...
- 05-22-2008 #1Just Joined!
- Join Date
- May 2008
- Posts
- 2
Does anybody know how to list history output of STOUT
I mean, if I open a terminal and after a while something has been printed to the screen, how can I find out the history of STDOUT? If there a command line to type or a place to find the outcome? I remember I did it one time, but now I cannot recall anything...
Is anybody aware of this ? Thanks.
- 05-22-2008 #2
I'm not sure whether all terminal output is logged by default. You can initiate a command (let's say nano) for example and put the output to a new file.
For example: nano > file1.txt
However you can review your own input by pressing the up arrow or using the history command or checking the contents of ~/.bash_history
- 05-22-2008 #3Just Joined!
- Join Date
- May 2008
- Posts
- 2
Yes, I see. So there is no a common command to view the output. Is it possible to config a univesal command for each terminal to show the STDOUT output? Maybe that's case of the system I used before.
Thanks
- 05-22-2008 #4
I am sure with Linux's versatility there are various ways with batch scripting being the most probable, but you'll have to search Google for that or ask some of the more knowledgeable guys around here if they could give you an example bash script or additional help.
Regards


Reply With Quote
