编辑代码

sentence="how they are implemented and applied in computer"
for var in sentence
do
if((${#var}<5))
then
   echo $var
fi
done