Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. $ echo "Hello"| 7zr a -si hello.txt.7z
  2. Creating archive hello.txt.7z
  3.  
  4. Compressing [Content]
  5.  
  6. Everything is Ok
  7.  
  8. $ echo "Hello"| 7zr a -si hello.txt.7z
  9. Updating archive hello.txt.7z
  10.  
  11. Compressing [Content]
  12.  
  13. Everything is Ok
  14.  
  15. $ echo "Hello"| 7zr a -si hello.txt.7z
  16.  
  17. Error:
  18. Duplicate filename:
  19. hello.txt
  20. hello.txt
  21.  
  22. 7zr a foo.7z foo
  23.  
  24. 7zr u foo.7z -up1q0r2y2 foo
  25.  
  26. <input> | 7zr a -sifoo foo.7z
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement