I am running an A.I. and trying to have the output displayed on the terminal while writing to a .csv file.
The command was something like:
$ ./run | tee rdata.csv
And nothing happened, no output from the terminal and nothing on the.csv file as well. The program itself ran without a problem. What am I missing?
Thanks!