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*

6
  • disown removes the process from the job-control list. Commented Apr 15, 2015 at 14:39
  • 4
    Why not disown -h? Commented Jun 17, 2015 at 15:18
  • @CeesTimmerman That leaves the job in the shell's job table, but what's the advantage of that? Commented Jun 17, 2015 at 15:20
  • @Gilles: so you can still fg or kill it, and see if it ends on its own. Commented Aug 11, 2015 at 20:47
  • 1
    @dma_k In this example, you'd only need to move grep's output. Commented Oct 18, 2015 at 12:02