vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| 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. |
| ||||
| Paul Pluzhnikov wrote: > 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 You can also run 'script' first, to capture all output of your session, then extract what you need. -- ------------------------------------- http://www.photo.net/photos/garyrhook Vocatus atque non vocatus deus aderit |