Guest User

Untitled

a guest
Apr 26th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. echo Hello > test
  2. gzip test
  3. ls -l test*
  4. gunzip test
  5. ls -l test*
  6. cat test
Add Comment
Please, Sign In to add comment