找考题网-背景图
单项选择题

A.#! bin ksh line is missingB.Variable name VAR is not ……

What is the most likely problem with this script ()
VAR=1  
((VAR=$VAR+1))   
while [ $VAR -It 10 ]   
do  
echo $VAR 
done



A.#!/bin/ksh line is missing
B.Variable name VAR is not properly initialized
C.Loop variable is not incremented inside the loop
D.Replace brackets with braces

热门试题