512.times{|n|s="rwx"*3;9.times{|i|1&n>>i==0&&s[8-i]=45};puts"%#04o is -"%n+s}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page