atomrus1993

Untitled

Nov 15th, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. for str in a , b , c_d
  2. do
  3. echo "start"
  4. if [[ $str > "c" ]]
  5. then
  6. continue
  7. fi
  8. echo "finish"
  9. done
Advertisement
Add Comment
Please, Sign In to add comment