View Single Post

   
  #2 (permalink)  
Old 01-05-2008, 11:49 AM
Paul Pluzhnikov
 
Posts: n/a
Default Re: writing the output of debugger command to a file

shankha <shankhabanerjee@gmail.com> writes:

> Is there a way in which i can write the output of a dbx command to a
> file


Yes:

(dbx) map > junk.map
(dbx) quit
$ wc -l junk.map
26 junk.map

Also "man script".

Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
Reply With Quote