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

2023-07-14 Thread Brian C. Lane
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

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

2023-07-14 Thread bill-auger
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

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

2023-07-14 Thread Nguyen Trung Hieu
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!