A small utility to write a serial device's output to a log file with timestamps
1–3 of 3 posts
Re: A small utility to write a serial device's output to a log file with timestamps
#2I think I'm missing some background. How is this different from `nohup application.sh >> log.txt &` ?
Re: A small utility to write a serial device's output to a log file with timestamps
#3I think I'm missing some background. How is this different from `nohup application.sh >> log.txt &` ?
More like `nohup application | ts >> log.txt &`