bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parameter expansion with extended pattern make system hang


From: Martin Schulte
Subject: Re: Parameter expansion with extended pattern make system hang
Date: Tue, 6 Sep 2022 22:11:00 +0200

Hi!

> Running with this assumption, now that we know bash's extglob matching
> will not perform suitably for this task, we can look at other approaches.

Here's another:

printf -- '%s ' $(gcc --help) | sed 's/ $/\n/'

Let just do the shell most of the work ;-)

Best regards,

Martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]