Hi,
truss command | more
Why more doesn't give the result one screenful at a time as it works in
other cases. ?
Regards,
Nithyanand.
Hi,
truss command | more
Why more doesn't give the result one screenful at a time as it works in
other cases. ?
Regards,
Nithyanand.
"more" prints the output one screen at a time
only if the output comes to standard output
The truss command sends its output to std err
so if you give more, the more will only
be applicable to the output from the
command "command" and not on truss's output.
If you want to see truss output also
on screen, one screen at a time try this
truss command 2>&1 | more
Ramesh
What does it mean when your program runs fine under truss but it core
dumps immediately when it runs on its own? (ie, truss myProgram (<-
good); myProgram (<- bad)) Thanks
2. urgency: eshida linux on DOC
3. is there a 'truss' like command in AIX
4. DHCP q
6. Gated 3.5beta on Solaris 2.5 - help compiling
7. truss command and multiple threads
8. Cannot start Apache: "initgroups: Invalid argument"
11. truss command
13. -D option in truss command