Guest User

Untitled

a guest
Dec 16th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. for i in `seq 1 100`; do
  2. cp MyTestClassname${i}.class MyClassName${i}Test.class
  3. done
Add Comment
Please, Sign In to add comment