Linux。使用for和read命令写一个脚本,该脚本可以让用户输入10个字符串,并且将这10个字符串都能追加到/home/hello.txt
for((i=0;i++;i<10))doread stringecho "$string" >>/home/hello.txtdone