On 7/7/06, Gavin Bowlby <[EMAIL PROTECTED]> wrote:
Is there a way to redirect the output of a debugger command to a file?

What I use is Linux specific, sort of varies by bash and distro for
example, but you are welcome to try it out (I asked in irc #bash
before posting here) -

ls -ial |tee captured_output 2>&1 | less

You will need to play with arrangement to get the desired effect.

--
WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to