Guest User

Untitled

a guest
Dec 16th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. root@caffeinated:/tmp# file decode.txt
  2. DECODE_ME09.txt: PPMD archive data
  3. root@caffeinated:/tmp# ppmd d decode.txt # 2
  4. Fast PPMII compressor for textual data, variant J, Nov 18 2011
  5. decode.txt already exists, overwrite?: <Y>es, <N>o, <A>ll, <Q>uit?Y
  6. Can`t open file decode.txt
  7. root@caffeinated:/tmp# file decode.txt
  8. decode.txt: empty
  9. root@caffeinated:/tmp# echo test > ppmdtest.txt
  10. root@caffeinated:/tmp# ppmd e ppmdtest.txt # 2
  11. Fast PPMII compressor for textual data, variant J, Nov 18 2011
  12. opening in: -ppmdtest.txt-, out: -ppmdtest.pmd- ppmdtest.txt: 5 > 9, 14.40 bpb, used: 0.0MB, speed: 5 KB/sec
  13. root@caffeinated:/tmp# file ppmdtest.pmd
  14. ppmdtest.pmd: PPMD archive data
  15. root@caffeinated:/tmp# rm ppmdtest.txt
  16. root@caffeinated:/tmp# ppmd d ppmdtest.pmd # 2
  17. Fast PPMII compressor for textual data, variant J, Nov 18 2011
  18. ppmdtest.txt: 9 > 5, 14.40 bpb, used: 0.0MB, speed: 5 KB/sec
  19. root@caffeinated:/tmp# cat ppmdtest.txt
  20. test
  21. root@caffeinated:/tmp#
Add Comment
Please, Sign In to add comment