Y
Hacker News
new
|
ask
|
show
|
jobs
by
knodi123
1599 days ago
I think I'm missing some background. How is this different from `nohup application.sh >> log.txt &` ?
1 comments
bboozzoo
1599 days ago
More like `nohup application | ts >> log.txt &`
link