Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. sh ./test.sh ~/dwn/html_book.tar
  2.  
  3. command "./bin/lzwarc" <a/x> ./tmp/arch "/home/s----/dwn/html_book.tar":
  4. compress time: 20
  5. size: 80/100
  6. extract time: 10
  7. command "./bin/lzwarc" <a/x> ./tmp/arch "/home/s----/dwn/html_book.tar":
  8. compress time: 20
  9. size: 80/100
  10. extract time: 11
  11. command "./bin/lzwarc-noi" <a/x> ./tmp/arch "/home/s----/dwn/html_book.tar":
  12. compress time: 38
  13. size: 80/100
  14. extract time: 11
  15. command "./bin/lzwarc-ncb" <a/x> ./tmp/arch "/home/s----/dwn/html_book.tar":
  16. compress time: 34
  17. size: 80/100
  18. extract time: 10
  19. *** success exit ***
  20.  
  21. sh ./test.sh ~/dwn/html_book/
  22.  
  23. command "./bin/lzwarc" <a/x> ./tmp/arch "/home/s----/dwn/html_book/":
  24. compress time: 6
  25. size: 33/100
  26. extract time: 6
  27. command "./bin/lzwarc" <a/x> ./tmp/arch "/home/s----/dwn/html_book/":
  28. compress time: 5
  29. size: 33/100
  30. extract time: 4
  31. command "./bin/lzwarc-noi" <a/x> ./tmp/arch "/home/s----/dwn/html_book/":
  32. compress time: 9
  33. size: 33/100
  34. extract time: 5
  35. command "./bin/lzwarc-ncb" <a/x> ./tmp/arch "/home/s----/dwn/html_book/":
  36. compress time: 9
  37. size: 33/100
  38. extract time: 6
  39. *** success exit ***
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement