[gull] Truc et astuces: Pourquoi mon alphabet a-t-il 40 lettres?

Félix Hauri felix at f-hauri.ch
Mon Jan 31 10:02:05 CET 2011


Cela fait 41, en fait, puisque de compte depuis ``0''...

$ for ((i=000;i<040;i++));do
    echo -e $(eval "printf "\\\\%04o" $((65+0$i)) ")
    done 2>/dev/null |
    xargs
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


--
 Félix Hauri  -  <felix at f-hauri.ch>  -  http://www.f-hauri.ch


More information about the gull mailing list