Does anyone know how I could trick Ace into outputing to more than one file or to a file and display simultaneously without having to write an external script?.. i.e. in the Ace spec OUTPUT REPORT TO PIPE or OUTPUT REPORT TO “filename.out” > /dev/tty01a
Share
For piping to multiple files, you can use:
You can do more than two files if you want to, courtesy of the abilities of the
teeprogram. Clearly, if you want the output to go to standard output as well as to a file, you pipe it toteewithout the ‘>‘ redirection.You can get the output to a pager if you use: