Guest User

Untitled

a guest
Oct 16th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. for i in `seq 1 333`;
  2. do
  3. echo file${i}.txt
  4. fallocate -l 3G file"$i".txt
  5. done
Add Comment
Please, Sign In to add comment