[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: running in the background
From: |
grumpy |
Subject: |
Re: running in the background |
Date: |
Thu, 10 Dec 2020 17:34:23 -0600 (CST) |
On Wed, Dec 09, 2020 at 10:29:27AM -0600, grumpy@mailfence.com wrote:
i frequently use something like
variable="$(command1 | command2 | etc)"
i would like to do this but have it all run in the background
enlightenment appreciated
Other answers are possible, but this is really not a trivial subject.
if it was trivial i would be too ashamed to ask :)
thanks