How can i see all the data afte execution?

Hi,
i run the program and after execution i can see only the last results...

Is there any way i can see all the results from the beginning?

Thank you.
closed account (10oTURfi)
What do you mean? Clarify.
The command prompt prints all the results but because they are so many i can see only few...
$ ./program.bin | more
or less
or send it to a file.
Last edited on
"[output]$ ./program.bin | more[/ouput] or less"

what do you mean?
More is a filter for paging through text one screenful at a time
Less is a program similar to more, but which allows backward movement in the file as well as forward movement.

The input of [more,less] will be the output of your program.

Sorry, I wrote the tag incorrectly.
Where should i write "$ ./program.bin | more"?
Topic archived. No new replies allowed.