Search:
Forum
General C++ Programming
How can i see all the data afte executio
How can i see all the data afte execution?
Dec 21, 2011 at 5:41pm UTC
chtsolak
(24)
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.
Dec 21, 2011 at 5:44pm UTC
closed account (
10oTURfi
)
What do you mean? Clarify.
Dec 21, 2011 at 5:45pm UTC
chtsolak
(24)
The command prompt prints all the results but because they are so many i can see only few...
Dec 21, 2011 at 5:49pm UTC
ne555
(10692)
$ ./program.bin | more
or less
or send it to a file.
Last edited on
Dec 21, 2011 at 5:49pm UTC
Dec 21, 2011 at 5:52pm UTC
chtsolak
(24)
"[output]$ ./program.bin | more[/ouput] or less"
what do you mean?
Dec 21, 2011 at 6:01pm UTC
ne555
(10692)
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.
Dec 21, 2011 at 6:16pm UTC
chtsolak
(24)
Where should i write "$ ./program.bin | more"?
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs