Reputation: 83
Hi i have a bash script and run a proces like this
nohup $proces &
When i do that the scipt sends a massage like
nohup: appending..
Is there a way to prevent the massage output? Or is there an alternative command that does the same and there is no massage send out?
Upvotes: 3
Views: 1035