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 i
On Fri, 14 Jul 2023 10:17:58 +0700 Nguyen wrote:
> parted /dev/sd{c,d,e} print --> NOT OK
>
> 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?
not a bug; and not related to the shell - the feature simply does n
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!