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. |