Hello Joost,
I suppose, that you are talking about Bash scripts.
If so, you may put each individual command in a subshell by using an
ampersand ("&") at the end of the line.
This example[1] shows it nicely.
-Ramon
[1] 3. Parallelize running commands by grabbing PIDs.:
https://will-keleher.
Hello Joost,
Is there a tool/method to execute multiple lines/commands
simultaneously? Like having 3 or 4 run together and when 1 is
finished, it will grab the next one in the list?
probably, GNU Parallel is what you are looking for:
https://www.gnu.org/software/parallel/parallel.html#example
On Mon, 14 Mar 2022 11:13:13 +0100
"J. Roeleveld" wrote:
> Hi,
>
> I often put multiple commands into a single file/script to be run in sequence.
> (each line can be executed individually, there is no dependency)
>
> Is there a tool/method to execute multiple lines/commands simultaneously? Like
>
I was a bit startled thos morning when emerge --depclean wanted to
remove xf86-video-intel. I presume this is a result of the switch to
the "built in" modesetting driver? And there are no corresponding Xorg
config changes that need to be made?
My video chipset is
00:02.0 VGA compatible controll
If you don't want to do thread management yourself in bash then you can use
something like GNU Parallel (in the repo) to handle forking and collating
processes for you.
Parallel in particular has the additional advantage that it's capable of
shipping tasks off to other machines via SSH, so if y
On Mon, 14 Mar 2022 17:07:54 - (UTC), Grant Edwards wrote:
> I was a bit startled thos morning when emerge --depclean wanted to
> remove xf86-video-intel. I presume this is a result of the switch to
> the "built in" modesetting driver? And there are no corresponding Xorg
> config changes that
On Monday, March 14, 2022 11:51:44 AM CET Björn Fischer wrote:
> Hello Joost,
>
> > Is there a tool/method to execute multiple lines/commands
> > simultaneously? Like having 3 or 4 run together and when 1 is
> > finished, it will grab the next one in the list?
>
> probably, GNU Parallel is what y
On 13/03/2022 22:26, the...@sys-concept.com wrote:
On 3/13/22 14:34, Neil Bothwick wrote:
On Sun, 13 Mar 2022 14:04:59 -0600, the...@sys-concept.com wrote:
On 3/13/22 13:21, the...@sys-concept.com wrote:
Upgraded to: gentoo-sources-5.10.103
and kernel will not boot, not even recovery mode.
8 matches
Mail list logo