Y
Hacker News
new
|
ask
|
show
|
jobs
A small utility to write a serial device's output to a log file with timestamps
(
npmjs.com
)
6 points
by
weejewel
1599 days ago
1 comments
knodi123
1599 days ago
I think I'm missing some background. How is this different from `nohup application.sh >> log.txt &` ?
link
bboozzoo
1599 days ago
More like `nohup application | ts >> log.txt &`
link