Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $ yes no | unzip myarchive.zip # Unzip only things that don't exist on disk
  2. $ unzip -f myarchive.zip # Unzip things that (now) exist on disk and are newer.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement