q968 发表于 2018-8-20 13:21:14

shell编程(写图形系列)

  # cat triangle.sh
  #!/bin/bash
  #
  read -p "Please enter a number:" number
  for ((i=1;i
页: [1]
查看完整版本: shell编程(写图形系列)