实现代码:

awk ‘BEGIN{for(i=1;i<=9;i++) {for(j=1;j<=i;j++) {printf “%d%s%d%s%dt”,j,“*”,i,“=”,i*j;}printf “n”}}' 

效果图:

点赞(72)

评论列表共有 0 条评论

立即
投稿
返回
顶部