bug#39135: Globbing with numbers does not allow me to specify order

2020-01-22 Thread Bob Proulx
Antti Savolainen wrote: > When doing a shortcut to unmount in a specific order, I am unable to > specify order with angle brackets. For example using 'umount /dev/sda[132]' > will result in the system unmounting them in numerological order. First 1 > then 2 and finally 3. What I need it to do is

bug#39135: Globbing with numbers does not allow me to specify order

2020-01-14 Thread Bernhard Voelker
tag 39135 notabug close 39135 stop On 2020-01-14 09:44, Antti Savolainen wrote: > When doing a shortcut to unmount in a specific order, I am unable to > specify order with angle brackets. For example using 'umount /dev/sda[132]' > will result in the system unmounting them in numerological order.

bug#39135: Globbing with numbers does not allow me to specify order

2020-01-14 Thread Antti Savolainen
When doing a shortcut to unmount in a specific order, I am unable to specify order with angle brackets. For example using 'umount /dev/sda[132]' will result in the system unmounting them in numerological order. First 1 then 2 and finally 3. What I need it to do is to first unmount 1, then 3 and