Thus said Stephan Beal on Thu, 15 Jun 2017 09:55:11 +0200:

>  Sidebar: i had no idea bash can do ranges like that! 

I usually use jot:

$ echo $(jot -w '%c' 26 a)
a b c d e f g h i j k l m n o p q r s t u v w x y z

$ echo $(jot -w '%c' 26 a | sort -r)
z y x w v u t s r q p o n m l k j i h g f e d c b a

$ echo $(jot -w '%c' 26 A)          
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Andy
-- 
TAI64 timestamp: 4000000059449a86


_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to