Home > OS >  A shell script
A shell script

Time:09-26

Shell statement to print the asterisk, forming a week words

CodePudding user response:


 
Echo "
* * * * * * *
*
*
* * * * * * *
*
*
* * * * * * *
"

Out with a * in the middle of the word is out, like I this output a word of the king

CodePudding user response:

I mainly want to know how to use cycle?
  • Related