Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: 'for' sorted?



On 2022-09-22 09:17, Andreas Kusalananda Kähäri wrote:

The number at the end of device files are not version numbers.

Obviously!  But version sort gives the kind of order I'm looking for.


	print -l /dev/sda*(n)

or,

	setopt NUMERIC_GLOB_SORT
	print -l /dev/sda*


Thanks, that seems just as effective.





Messages sorted by: Reverse Date, Date, Thread, Author