Consultor Eletrônico



Kbase P2202: How to view the promon menus and send output to a file
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

GOAL:

How to view the promon menus and send output to a file

FACT(s) (Environment):

UNIX

FIX:

To be able to both view the promon menus and also output to a file, use
the UNIX "tee" command.

The UNIX tee command duplicates standard input by sending one copy to standard output and another to file.

promon dbname | tee output.file