Repeated Number by znz

for i in {2..8};for j in {1..9};eval echo '${(l:$i::'$j':)}'

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page