When I run:
watch 'cmd >> output.txt' &
the job gets suspended by the system:
3569 Stopped (tty output)
Is there a workaround?
|
When I run:
the job gets suspended by the system:
Is there a workaround? |
||||
|
|
|
The purpose of If you want to just run a command over and over again with a delay (
|
|||
|
|
|
I'm not sure about your motivations, but maybe this would be enough?
Otherwise, please explain why you really need |
||||
|
|
|
|
|||
|
|
|
You can use screen command. http://www.cyberciti.biz/tips/linux-screen-command-howto.html |
|||
|