informix - ISQL 7.3 (SuSE): Ace report output to more than one file or stdout -
does know how trick ace outputing more 1 file or file , display simultaneously without having write external script?.. i.e. in ace spec output report pipe or output report "filename.out" > /dev/tty01a
for piping multiple files, can use:
output report pipe "tee file2 >file1" you can more 2 files if want to, courtesy of abilities of tee program. clearly, if want output go standard output file, pipe tee without '>' redirection.
you can output pager if use:
output report pipe "tee file1 file2 | less"
Comments
Post a Comment