I want to run CloudChiaPlotter on Linux in the background and write progress to file.
This works like that:
./CloudChiaPlotter -p [ID] -d /home/chris/hdd06/ -b 400 | tee /home/chris/.plot-process > /dev/null &
Problem:
Tee appends output instead of overwriting, I am only interested in the current status.
Request:
An option to write output to file, with an additional option to chose if output should be overwritten or appended.