The easiest was is to redirect the output to a file
Quote:
|
db2 list application show detail > app.out
|
Then open the app.out file in your editor [any editor will do, I guess it is gedit in Linux].... the file will be in the path from where you have issued the command.... the '>' operator will basically redirect the output to a file....
Pls note - this will not work when you're under db2 prompt as > is an OS level operator