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 finally 2. It would be nice for the glob to respect the order of numbers that it was given.
- bug#39135: Globbing with numbers does not allow me to spe... Antti Savolainen
- bug#39135: Globbing with numbers does not allow me t... Bernhard Voelker
- bug#39135: Globbing with numbers does not allow me t... Bob Proulx