emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#64607: closed (parted command is not support Brace Expansion in bash


From: GNU bug Tracking System
Subject: bug#64607: closed (parted command is not support Brace Expansion in bash shell)
Date: Fri, 14 Jul 2023 18:33:01 +0000

Your message dated Fri, 14 Jul 2023 11:32:25 -0700
with message-id <ZLGUuR3J16wXnX6D@ohop.brianlane.com>
and subject line Re: bug#64607: parted command is not support Brace Expansion 
in bash shell
has caused the debbugs.gnu.org bug report #64607,
regarding parted command is not support Brace Expansion in bash shell
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
64607: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64607
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: parted command is not support Brace Expansion in bash shell Date: Fri, 14 Jul 2023 10:17:58 +0700
Hi all

ll /dev/sd{c,d,e} --> OK

parted /dev/sd{c,d,e} print --> NOT OK

image.png

Is it a bug or a feature still not available?

Is it possible add more codes for parted to supportĀ Brace Expansion in bash shell?

Thank you very much!

--- End Message ---
--- Begin Message --- Subject: Re: bug#64607: parted command is not support Brace Expansion in bash shell Date: Fri, 14 Jul 2023 11:32:25 -0700
On Fri, Jul 14, 2023 at 10:17:58AM +0700, Nguyen Trung Hieu wrote:
> Hi all
> 
> ll /dev/sd{c,d,e} --> OK
> 
> parted /dev/sd{c,d,e} print --> NOT OK
> 
> [image: image.png]
> 
> Is it a bug or a feature still not available?
> 
> Is it possible add more codes for parted to support Brace Expansion in bash
> shell?
> 
> Thank you very much!

brace expansion is a shell feature, parted can't support it because it
would imply operating on multiple disks at once :) eg. it is the same as
trying to run:
parted /dev/sdc /dev/sdd /dev/sde print

which doesn't make sense to parted. And even if it did, the only useful
command would be print. You wouldn't want to run mkpart on multiple
devices at once.

Brian

-- 
Brian C. Lane (PST8PDT) - weldr.io - lorax - parted - pykickstart



--- End Message ---

reply via email to

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