➜ ~ ruby -e 'puts %w[t o m].permutation.map &:join'
tom
tmo
otm
omt
mto
mot
11 February 2016
Programming
One-Liner
Ruby
Shell
]
FUN WITH LINUX
11 February 2016
➜ ~ ruby -e 'puts %w[t o m].permutation.map &:join'
tom
tmo
otm
omt
mto
mot
Programming
One-Liner
Ruby
Shell
]
Copyright 2015-present Hoti