Generate all combination (e.g. 1,2)

echo {1,2}{1,2}
# 1 1, 1 2, 2 1, 2 2
click the source code to copy