Guest User

Untitled

a guest
Sep 28th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. export DD="dd status=noxfer bs=1k iflag=fullblock"
  2. (
  3. cat $DIR/file1 /dev/zero | $DD count=128
  4. cat $DIR/file2 /dev/zero | $DD count=128
  5. cat $DIR/file3 /dev/zero
  6. ) | $DD of=$OUT_FILE count=$SIZE
Add Comment
Please, Sign In to add comment