Example 1
for name in $@ do if [ $name == and ]; then continue elif [ $name == bob ]; then break fi echo $name done
Education for everyone!
Comments
Post a Comment