Permutations by eban

seq -w 543210|sed -e/{0..5}/'!d;s/\B/ /g'

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

download

return to the top page