Advertisement
Guest User

Untitled

a guest
May 2nd, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. cat file1 file2 > output
  2.  
  3. dd if=file1 bs=1M count=99 skip=1 of=temp1
  4. dd if=file2 bs=1M count=10 of=temp2
  5. cat temp1 temp2 > final_output
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement