Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
horistack
26
reputation
4
Switzerland
Member since
December 07 2015
9 profile views
Last seen
May 21 '21 at 07:57
for i in {1..12}; do for j in $(seq 1 $i); do echo -ne $i×$j=$((i*j))\t;done; echo;done