Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. echo "ok, this is for testing purpose"
  2. for i in {1..10}
  3. do
  4. var=$((var*var))
  5. done
  6. # care about the var⁽¹⁰⁾!
  7. # only work with the {} char.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement