Skip to content

Instantly share code, notes, and snippets.

@terrelln
Last active October 25, 2016 22:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terrelln/e52b1883063ea7b6b5ef2232e89235e1 to your computer and use it in GitHub Desktop.
Save terrelln/e52b1883063ea7b6b5ef2232e89235e1 to your computer and use it in GitHub Desktop.

Test commands

> echo "Hello world" | zstd -o test.zst
> zstdcat test.zst
Hello world
> vim test.zst
GA<ENTER>Hello<ESC>:wq<ENTER>
> zstdcat test.zst
Hello world
Hello
> vim
iGoodbye<ESC>:w >> test.zst<ENTER>:q!<ENTER>
> zstdcat test.zst
Hello world
Hello
Goodbye
> vim
:help
gzip<ENTER>:q<ENTER>:q<ENTER>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment