經安全檢測,此網站為安全網站,請放心前往原始網址!

UNIX/Linux Bash Shell Scripting: Bash for loop example-1

#!/bin/bash # Usage: script.sh number # A for loop example produces following output # # * # * * # * * * # * * * * # * * * * * # Method1 c=1 n=$1 echo -e "\033[47m\c" #colourizing output for ((row=1;row=n;row++))

www.bashguru.com

網址安全性掃描由 google 提供