Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. zip -r Archive.zip . -x '*.git*' '*.DS_Store*' '*.pyc*'
  2.  
  3. -d
  4. --delete
  5. Remove (delete) entries from a zip archive. For example:
  6.  
  7. zip -d foo foo/tom/junk foo/harry/* *.o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement