InterviewSolution
Saved Bookmarks
| 1. |
What is the best way to run a script in the background? |
|
Answer» For a SCRIPT to run in the BACKGROUND, SIMPLY ADD "&" at the end of the command. Example: script.sh & command & |
|