Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • what is a single "command"? A line of bash? Commented Mar 13, 2013 at 11:39
  • 1
    stackoverflow.com/questions/14612371/… Commented Aug 5, 2015 at 14:40
  • I might be missing something obvious, but && implies knowing the exit code of the previous command. If you background it, the exit code won't be known. What was the functional need there? Commented Jan 23, 2018 at 13:08